diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-17 23:46:32 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-17 23:46:32 +0000 |
| commit | 119b9f09e9e2c988dcbb1fed3f72f953e2503da3 (patch) | |
| tree | 6a4f15aa5dda6e3cab8e846a828a262aeefdd58e /etc | |
| parent | c463814756614338ca7d4991f54553e65cb92303 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rwxr-xr-x | etc/rc.d/local | 2 |
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 |
