Index: ossp-pkg/rc/00TODO RCS File: /v/ossp/cvs/ossp-pkg/rc/00TODO,v rcsdiff -q -kk '-r1.38' '-r1.39' -u '/v/ossp/cvs/ossp-pkg/rc/00TODO,v' 2>/dev/null --- 00TODO 2003/05/14 10:05:41 1.38 +++ 00TODO 2003/05/14 19:38:23 1.39 @@ -32,6 +32,7 @@ Questions Should location regex specify a directory and prefix separately, or files*? Should we just parse %config of labels which have matching %<...> sections? + Under which user/priority does the %config and %common sections run? Consider Nice to have feature for ex, a pEx->pObj->strErr(pEx->Value); Index: ossp-pkg/rc/rc_test/rc.ntp RCS File: /v/ossp/cvs/ossp-pkg/rc/rc_test/rc.ntp,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/rc/rc_test/rc.ntp,v' 2>/dev/null --- rc.ntp 2002/07/05 11:16:20 1.1 +++ rc.ntp 2003/05/14 19:38:24 1.2 @@ -2,9 +2,9 @@ echo "Run commands NTP starting" -%start -p 200 -u root - opServiceEnabled dhcpd || exit 0 - /sw/sbin/dhcpd >/dev/null 2>&1 +%start -p 100 -u root + opServiceEnabled ntp || exit 0 + /sw/sbin/ntp >/dev/null 2>&1 %go ping -a -c 4 dt1.dev.de.cw.net @@ -12,8 +12,8 @@ cat $0 %stop -p 200 -u root - opServiceEnabled dhcpd || exit 0 - kill -TERM `cat /sw/var/dhcpd/dhcpd.pid` + opServiceEnabled ntp || exit 0 + kill -TERM `cat /sw/var/ntp/ntp.pid` echo "Run commands NTP finishing" echo Index: ossp-pkg/rc/rc_test/rc.zebra RCS File: /v/ossp/cvs/ossp-pkg/rc/rc_test/rc.zebra,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/rc/rc_test/rc.zebra,v' 2>/dev/null --- rc.zebra 2002/07/05 11:16:20 1.1 +++ rc.zebra 2003/05/14 19:38:24 1.2 @@ -12,3 +12,5 @@ echo "Run commands Zebra finishing" echo +%start -p120 -u ms + echo "Otay, zebra in Umfolozi"