summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-16 01:19:53 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-16 01:19:53 +0000
commitf1feaf7b33e9745e195685a60b1857bc1302dc4f (patch)
tree3d2837cd4c7d849c512917de78e0d186c28058bd
parent5621d2d5357b9ab406029c652e9a5ad15855bca1 (diff)
downloadpfsense-f1feaf7b33e9745e195685a60b1857bc1302dc4f.zip
pfsense-f1feaf7b33e9745e195685a60b1857bc1302dc4f.tar.gz
Do not echo when running CDROM routines
-rwxr-xr-xetc/rc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 91b615e..868639e 100755
--- a/etc/rc
+++ b/etc/rc
@@ -35,7 +35,6 @@ echo "Welcome to pfSense ${version} on the '${PLATFORM}' platform..."
echo
if [ "$PLATFORM" = "cdrom" ]; then
- echo "Running CDROM routines..."
/etc/rc.cdrom
fi
OpenPOWER on IntegriCloud