diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-30 15:03:05 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-30 15:03:05 +0000 |
commit | 58eba990705c94d8a0cbdd01158c220dc18147bb (patch) | |
tree | 65b8b1a4529a23a4156aff2c25b3f3c989ec7afa /etc/rc | |
parent | 4ec17a3b073517648ec0292d576d45f433ecc7f7 (diff) | |
download | pfsense-58eba990705c94d8a0cbdd01158c220dc18147bb.zip pfsense-58eba990705c94d8a0cbdd01158c220dc18147bb.tar.gz |
rm CVS directory during bootup
Diffstat (limited to 'etc/rc')
-rwxr-xr-x | etc/rc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -146,6 +146,8 @@ if [ -f /tmp/filter_boot_dirty ]; then echo "Done." fi +rm -rf /usr/local/pkg/pf/CVS + /usr/local/bin/php -f /etc/rc.conf_mount_ro echo "Bootup complete" |