diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-18 02:07:33 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-18 02:07:33 +0000 |
commit | 54d01d53480935e82d5764377962946815629837 (patch) | |
tree | feb7cc7acc6f27bc1812085295fc77885d234aca /etc/rc | |
parent | 04701f45be2e9a5003b683b5abd1f1df95f98109 (diff) | |
download | pfsense-54d01d53480935e82d5764377962946815629837.zip pfsense-54d01d53480935e82d5764377962946815629837.tar.gz |
use /etc/rc.d/freesbie_1st
Noticed-by: satu
Diffstat (limited to 'etc/rc')
-rwxr-xr-x | etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ SWAPDEVICE=`cat /etc/fstab | grep swap | cut -f1` platform=`cat /etc/platform` if [ "$PLATFORM" = "cdrom" ]; then - /usr/local/freesbieiso/etc/rc.d/freesbie_1st + /etc/rc.d/freesbie_1st fi # Repair symlinks if they are broken |