Check-in Number:
|
3336 | |
Date: |
2003-May-14 21:38:23 (local)
2003-May-14 19:38:23 (UTC) |
User: | ms |
Branch: | |
Comment: |
Update and correct test suite, remember privilege issue. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/rc/00TODO 1.38 -> 1.39
--- 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);
|
|
ossp-pkg/rc/rc_test/rc.ntp 1.1 -> 1.2
--- 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
|
|
ossp-pkg/rc/rc_test/rc.zebra 1.1 -> 1.2
--- 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"
|
|