Check-in Number:
|
3349 | |
Date: |
2003-May-19 21:05:11 (local)
2003-May-19 19:05:11 (UTC) |
User: | ms |
Branch: | |
Comment: |
Write tests for implicit priority feature. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/rc/rc_test/rc.dhcpd 1.4 -> 1.5
--- rc.dhcpd 2003/05/15 22:22:53 1.4
+++ rc.dhcpd 2003/05/19 19:05:11 1.5
@@ -6,8 +6,8 @@
dhcpd_enable="yes"
hacking="ofcourse"
-%start -p 200 -u root
- echo "Pri 200"
+%start -p 220 -u root
+ echo "Pri 220"
opServiceEnabled dhcpd || exit 0
/sw/sbin/dhcpd
|
|
ossp-pkg/rc/rc_test/rc.ntp 1.3 -> 1.4
--- rc.ntp 2003/05/15 22:22:53 1.3
+++ rc.ntp 2003/05/19 19:05:11 1.4
@@ -2,7 +2,7 @@
echo "Run commands NTP starting"
-%start -p 100 -u root
+%start -p100 -u root
echo "Pri 100"
opServiceEnabled ntp || exit 0
/sw/sbin/ntp >/dev/null 2>&1
|
|
ossp-pkg/rc/rc_test/rc.zebra 1.3 -> 1.4
--- rc.zebra 2003/05/15 22:22:53 1.3
+++ rc.zebra 2003/05/19 19:05:11 1.4
@@ -12,5 +12,5 @@
echo "Run commands Zebra finishing"
echo
-%start -p120 -u ms
- echo "Pri 120 Otay, zebra in Umfolozi"
+%start -u ms
+ echo "No priority given, Otay zebra in Umfolozi"
|
|