diff options
author | Renato Botelho <renato@netgate.com> | 2015-09-16 13:50:07 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-09-16 13:50:07 -0300 |
commit | 2c8c882317c6a4ba9d90f74fd47c0a57249905ce (patch) | |
tree | 19cae781fa852d11ffe92adf3853d79c53404f8d /src/etc/rc | |
parent | 5f1148cc2c83cdd4c1c96d13397fb1b0c54e6267 (diff) | |
parent | 6990ad353c23ba4ebfd89e3a6070e99c368051f0 (diff) | |
download | pfsense-2c8c882317c6a4ba9d90f74fd47c0a57249905ce.zip pfsense-2c8c882317c6a4ba9d90f74fd47c0a57249905ce.tar.gz |
Merge pull request #1897 from phil-davis/m-etc
Diffstat (limited to 'src/etc/rc')
-rwxr-xr-x | src/etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |