diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-29 21:21:08 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-29 21:21:08 +0000 |
commit | 4d756ab11009489cf47cb8660b2e3765a9942bfe (patch) | |
tree | 0324740be7a57e1ff97d9b71bef8e40a0fc90302 /etc | |
parent | 66aa23f89096b7dec01ab971415f1b4ab2dd0fe8 (diff) | |
download | pfsense-4d756ab11009489cf47cb8660b2e3765a9942bfe.zip pfsense-4d756ab11009489cf47cb8660b2e3765a9942bfe.tar.gz |
Seek out and destroy CVS directories. DIE!
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.firmware | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.firmware b/etc/rc.firmware index cc5237b..c6acd2c 100755 --- a/etc/rc.firmware +++ b/etc/rc.firmware @@ -172,4 +172,5 @@ delta_update) esac rm -rf /etc/rc.conf -rm -rf /etc/motd
\ No newline at end of file +rm -rf /etc/motd +find / -name CVS -type d -exec rm {} \; |