Changeset 13716 in hybrid for branches/releng-11
- Timestamp:
- Jan 17, 2017, 10:32:51 PM (8 years ago)
- Location:
- branches/releng-11/nanobsd/files
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-11/nanobsd/files/etc/crontab
r10720 r13716 37 37 # Resolv optimizer 38 38 */15 * * * * root /tools/nameserver-shuffle cron 39 # Sync ``shadow'' routing table40 */5 * * * * root /tools/sync-fib-tables41 39 -
branches/releng-11/nanobsd/files/root/.cshrc
r10920 r13716 36 36 endif 37 37 38 # Quirck to make sure the current interactive session actually has FIB=039 # assigned. When sshd(4) is running under FIB=1 for example, it will default to40 # FIB=1. This will make sure the shell behaviour routing wise is like an41 # normal client.42 if ($?prompt) then43 if (`sysctl -n net.my_fibnum` != 0) then44 echo "# WARN: Multiple routing tables use! Defaulting new shell to FIB=0"45 setfib -0 csh46 logout47 endif48 endif49 50 38 if ($?prompt) then 51 39 [ -x /etc/motd.cshrc ] && source /etc/motd.cshrc
Note:
See TracChangeset
for help on using the changeset viewer.