diff options
| author | ad <ad@NetBSD.org> | 2008-06-09 21:58:57 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2008-06-09 21:58:57 +0000 |
| commit | 0964f00a455ed65f151b3f9af9c3fed2d7fdbcde (patch) | |
| tree | f7bb9fcf965e75b3f4539a544c45ab220751bf91 | |
| parent | f7cecd2466900b0a82e4dc39589672788f5673a7 (diff) | |
Replace the example with something a bit more up to date.
| -rw-r--r-- | etc/rc.local | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/etc/rc.local b/etc/rc.local index 4ac714d0815..431b2601a3b 100644 --- a/etc/rc.local +++ b/etc/rc.local @@ -1,4 +1,4 @@ -# $NetBSD: rc.local,v 1.30 2002/07/23 10:48:01 wennmach Exp $ +# $NetBSD: rc.local,v 1.31 2008/06/09 21:58:57 ad Exp $ # originally from: @(#)rc.local 8.3 (Berkeley) 4/28/94 # # This file is (nearly) the last thing invoked by /etc/rc during a @@ -12,11 +12,8 @@ echo -n 'Starting local daemons:' -# Add your local daemons here. +# Add your local daemons here, eg: # - -#if [ -f /usr/pkg/etc/rc.d/apache ]; then -# /usr/pkg/etc/rc.d/apache start -#fi +# su -l webapp /local/webapp/apache-tomcat-5.5.26/bin/startup.sh echo '.' |
