Check-in Number:
|
3372 | |
Date: |
2003-May-22 16:45:14 (local)
2003-May-22 14:45:14 (UTC) |
User: | ms |
Branch: | |
Comment: |
Add a 'test' section that just echos text. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/rc/rc_test/rc.dhcpd 1.5 -> 1.6
--- rc.dhcpd 2003/05/19 19:05:11 1.5
+++ rc.dhcpd 2003/05/22 14:45:14 1.6
@@ -6,6 +6,9 @@
dhcpd_enable="yes"
hacking="ofcourse"
+%test
+ echo "Just an echo to test dhcpd"
+
%start -p 220 -u root
echo "Pri 220"
opServiceEnabled dhcpd || exit 0
|
|
ossp-pkg/rc/rc_test/rc.ntp 1.4 -> 1.5
--- rc.ntp 2003/05/19 19:05:11 1.4
+++ rc.ntp 2003/05/22 14:45:15 1.5
@@ -2,6 +2,9 @@
echo "Run commands NTP starting"
+%test
+ echo "Just an echo to test ntp"
+
%start -p100 -u root
echo "Pri 100"
opServiceEnabled ntp || exit 0
|
|
ossp-pkg/rc/rc_test/rc.pam 1.3 -> 1.4
--- rc.pam 2002/08/01 13:25:33 1.3
+++ rc.pam 2003/05/22 14:45:15 1.4
@@ -14,6 +14,10 @@
Here is some comments.
Nada mas.
+<test>
+ echo "Just an echo to test pam"
+</test>
+
<info>
echo "PAM Enabled: ${pam_enable}"
echo "PAM Config Location: ${pam_cfgloc}"
|
|
ossp-pkg/rc/rc_test/rc.ralf 1.1 -> 1.2
--- rc.ralf 2002/07/05 11:16:20 1.1
+++ rc.ralf 2003/05/22 14:45:15 1.2
@@ -2,6 +2,9 @@
echo "Run commands RALF starting"
+%test
+ echo "Just an echo to test ralf"
+
RALF="NiceGuy"
HEILO="RockRoll"
echo "$RALF s play $HEILO"
|
|
ossp-pkg/rc/rc_test/rc.samba 1.3 -> 1.4
--- rc.samba 2003/05/21 15:16:44 1.3
+++ rc.samba 2003/05/22 14:45:15 1.4
@@ -5,6 +5,9 @@
%config
host aldi.de
+%test
+ echo "Just an echo to test samba"
+
%search
whois cyvaned.com
|
|
ossp-pkg/rc/rc_test/rc.zebra 1.4 -> 1.5
--- rc.zebra 2003/05/19 19:05:11 1.4
+++ rc.zebra 2003/05/22 14:45:15 1.5
@@ -12,5 +12,8 @@
echo "Run commands Zebra finishing"
echo
+%test
+ echo "Just an echo to test zebra"
+
%start -u ms
echo "No priority given, Otay zebra in Umfolozi"
|
|