summaryrefslogtreecommitdiffstats
path: root/src/etc/rc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-16 13:50:07 -0300
committerRenato Botelho <renato@netgate.com>2015-09-16 13:50:07 -0300
commit2c8c882317c6a4ba9d90f74fd47c0a57249905ce (patch)
tree19cae781fa852d11ffe92adf3853d79c53404f8d /src/etc/rc
parent5f1148cc2c83cdd4c1c96d13397fb1b0c54e6267 (diff)
parent6990ad353c23ba4ebfd89e3a6070e99c368051f0 (diff)
downloadpfsense-2c8c882317c6a4ba9d90f74fd47c0a57249905ce.zip
pfsense-2c8c882317c6a4ba9d90f74fd47c0a57249905ce.tar.gz
Merge pull request #1897 from phil-davis/m-etc
Diffstat (limited to 'src/etc/rc')
-rwxr-xr-xsrc/etc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/rc b/src/etc/rc
index aaf920a..aebe348 100755
--- a/src/etc/rc
+++ b/src/etc/rc
@@ -129,7 +129,7 @@ if [ -f /etc/rc.disable_hdd_apm ]; then
/etc/rc.disable_hdd_apm
fi
-#Eject CD devices on 3G modems
+# Eject CD devices on 3G modems
MANUFACTURER="huawei|zte"
CDDEVICE=`dmesg |egrep -ie "($MANUFACTURER)" | awk -F: '/cd/ {print $1}'`
if [ "$CDDEVICE" != "" ]; then
OpenPOWER on IntegriCloud