diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-11-12 22:13:28 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-11-12 22:13:28 +0000 |
commit | 1e78855d75c6e96f038a76829e01eb5464a928d8 (patch) | |
tree | 389eee2cf5325590ea7717656248cb33dba6f5fb /etc/rc | |
parent | bb855f41ee870d404f73d9799465d6877c8c07cf (diff) | |
download | pfsense-1e78855d75c6e96f038a76829e01eb5464a928d8.zip pfsense-1e78855d75c6e96f038a76829e01eb5464a928d8.tar.gz |
Remove commented out code for RELENG_1
Diffstat (limited to 'etc/rc')
-rwxr-xr-x | etc/rc | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -7,11 +7,6 @@ # Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>. # All rights reserved. # -#/bin/stty status '^T' -#/bin/stty susp '^-' intr '^-' quit '^-' - -#trap : 2 -#trap : 3 # mount /usr.uzip if it exists [ -x /usr.uzip ] && [ -d /usr ] && [ ! -d /usr/local ] \ |