Index: ossp-pkg/rc/rc_test/rc.dhcpd RCS File: /v/ossp/cvs/ossp-pkg/rc/rc_test/rc.dhcpd,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/rc/rc_test/rc.dhcpd,v' 2>/dev/null --- 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 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.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/rc/rc_test/rc.ntp,v' 2>/dev/null --- 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 Index: ossp-pkg/rc/rc_test/rc.pam RCS File: /v/ossp/cvs/ossp-pkg/rc/rc_test/rc.pam,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/rc/rc_test/rc.pam,v' 2>/dev/null --- 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. + + echo "Just an echo to test pam" + + echo "PAM Enabled: ${pam_enable}" echo "PAM Config Location: ${pam_cfgloc}" Index: ossp-pkg/rc/rc_test/rc.ralf RCS File: /v/ossp/cvs/ossp-pkg/rc/rc_test/rc.ralf,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/rc/rc_test/rc.ralf,v' 2>/dev/null --- 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" Index: ossp-pkg/rc/rc_test/rc.samba RCS File: /v/ossp/cvs/ossp-pkg/rc/rc_test/rc.samba,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/rc/rc_test/rc.samba,v' 2>/dev/null --- 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 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.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/rc/rc_test/rc.zebra,v' 2>/dev/null --- 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"