diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-08 20:55:49 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-08 20:55:49 +0000 |
commit | 4c24a0efe2146f7e7112f0e6c299cbc6e3fcbc1a (patch) | |
tree | d62d956d57219be3d1e27de462a4fc296a8d084e /etc | |
parent | e24b2363631ed4cc956496e934a2b8443a339d21 (diff) | |
download | pfsense-4c24a0efe2146f7e7112f0e6c299cbc6e3fcbc1a.zip pfsense-4c24a0efe2146f7e7112f0e6c299cbc6e3fcbc1a.tar.gz |
Remove debugigng helpers
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.cdrom | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/rc.cdrom b/etc/rc.cdrom index 3c615bc..cce7b04 100755 --- a/etc/rc.cdrom +++ b/etc/rc.cdrom @@ -14,12 +14,6 @@ # configuration. if [ ! -f /cf/conf/config.xml ]; then mkdir -p /cf/conf - echo ls /cf/conf - ls -la /cf/conf - echo ls / - ls -la / - echo ls /cf/ - echo -ls /cf/ echo "Copying /FreeSBIE/cf/conf/* /cf/conf/" /rescue/cp /FreeSBIE/cf/conf/* /cf/conf/ fi |