Check-in Number:
|
3341 | |
Date: |
2003-May-16 00:22:53 (local)
2003-May-15 22:22:53 (UTC) |
User: | ms |
Branch: | |
Comment: |
Better testing of section priorities. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/rc/rc_test/rc.dhcpd 1.3 -> 1.4
--- rc.dhcpd 2003/04/03 12:05:16 1.3
+++ rc.dhcpd 2003/05/15 22:22:53 1.4
@@ -7,6 +7,7 @@
hacking="ofcourse"
%start -p 200 -u root
+ echo "Pri 200"
opServiceEnabled dhcpd || exit 0
/sw/sbin/dhcpd
|
|
ossp-pkg/rc/rc_test/rc.ntp 1.2 -> 1.3
--- rc.ntp 2003/05/14 19:38:24 1.2
+++ rc.ntp 2003/05/15 22:22:53 1.3
@@ -3,6 +3,7 @@
echo "Run commands NTP starting"
%start -p 100 -u root
+ echo "Pri 100"
opServiceEnabled ntp || exit 0
/sw/sbin/ntp >/dev/null 2>&1
|
|
ossp-pkg/rc/rc_test/rc.zebra 1.2 -> 1.3
--- rc.zebra 2003/05/14 19:38:24 1.2
+++ rc.zebra 2003/05/15 22:22:53 1.3
@@ -13,4 +13,4 @@
echo
%start -p120 -u ms
- echo "Otay, zebra in Umfolozi"
+ echo "Pri 120 Otay, zebra in Umfolozi"
|
|