diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-10-01 23:26:27 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-10-01 23:26:27 +0000 |
commit | 3e2a20cfb9904a7a66e50017477e82571eb542be (patch) | |
tree | 79ea1f6a5f995f6e0d17e2dcfde0a491e582b15b /etc/rc.initial | |
parent | 0b6163bdf9e8e25a93ebf73e5c94b1d84389c5b5 (diff) | |
download | pfsense-3e2a20cfb9904a7a66e50017477e82571eb542be.zip pfsense-3e2a20cfb9904a7a66e50017477e82571eb542be.tar.gz |
* Correctly detect detected devices capable of config.xml
* Sym link /conf too
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-x | etc/rc.initial | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.initial b/etc/rc.initial index 0a20c69..999add8 100755 --- a/etc/rc.initial +++ b/etc/rc.initial @@ -42,8 +42,8 @@ echo " 7) Ping host" echo " 8) Shell" echo " 9) PFtop" echo "10) Traffic Logs" -if [ -f /capable_* ]; then - echo "98) " +if [ -f /var/db/pfi/capable_* ]; then + echo "98) Move configuration file to removable device" fi if [ "$PLATFORM" = "cdrom" ]; then |