diff options
author | Bill Marquette <billm@pfsense.org> | 2006-10-14 14:23:15 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2006-10-14 14:23:15 +0000 |
commit | 477135b97c03192ddeaa032bb9f1506ff4359a06 (patch) | |
tree | f825801734fb7b416eb9196176537f056203078b /etc/rc.start_packages | |
parent | 7ce92c10878a5c4b7f2e4febb81b0f6bd345f0aa (diff) | |
download | pfsense-477135b97c03192ddeaa032bb9f1506ff4359a06.zip pfsense-477135b97c03192ddeaa032bb9f1506ff4359a06.tar.gz |
Ticket #1124 - fix wording
MFC of commit [15039]
Diffstat (limited to 'etc/rc.start_packages')
-rwxr-xr-x | etc/rc.start_packages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.start_packages b/etc/rc.start_packages index adc2f1e..2cc6f40 100755 --- a/etc/rc.start_packages +++ b/etc/rc.start_packages @@ -10,7 +10,7 @@ if [ ! "$PLATFORM" = "cdrom" ]; then echo "Executing rc.d items... " for FILE in /usr/local/etc/rc.d/*.sh; do - echo -n " Starting ${FILE}..." + echo -n " Stopping ${FILE}..." sh $FILE stop >>/tmp/bootup_messages 2>&1 & echo "done." done |