diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-08-26 00:31:13 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-08-26 00:31:13 +0000 |
commit | 2c36b981d44d48fca8134374f5342844fe1cec0a (patch) | |
tree | 99ef1ab8adae406012b1ff2db9a5a3951dc0c530 /etc/rc | |
parent | 5c94fe53984b003c47e1b8a60a7c29242b129b30 (diff) | |
download | pfsense-2c36b981d44d48fca8134374f5342844fe1cec0a.zip pfsense-2c36b981d44d48fca8134374f5342844fe1cec0a.tar.gz |
Do not run adjkerntz twice
Diffstat (limited to 'etc/rc')
-rwxr-xr-x | etc/rc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -162,8 +162,6 @@ fi # change permissions on newly created clog files. chmod 0600 /var/log/system.log /var/log/filter.log /var/log/dhcpd.log /var/log/vpn.log /var/log/portalauth.log /var/log/slbd.log -/sbin/adjkerntz -i - echo -n " devfs " DEVFS=`mount | grep devfs | wc -l | cut -d" " -f8` if [ "$DEVFS" = "0" ]; then |