aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-10-17 23:46:32 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-10-17 23:46:32 +0000
commit119b9f09e9e2c988dcbb1fed3f72f953e2503da3 (patch)
tree6a4f15aa5dda6e3cab8e846a828a262aeefdd58e
parentc463814756614338ca7d4991f54553e65cb92303 (diff)
Notes
-rwxr-xr-xetc/rc.d/local2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/local b/etc/rc.d/local
index 5d5e4ba7dcfb..5f5d9850b3c3 100755
--- a/etc/rc.d/local
+++ b/etc/rc.d/local
@@ -26,7 +26,7 @@ local_start()
local_stop()
{
- echo -n 'Shutting down loacal daemons:'
+ echo -n 'Shutting down local daemons:'
if [ -f /etc/rc.shutdown.local ]; then
. /etc/rc.shutdown.local
fi