Check-in Number:
|
3421 | |
Date: |
2003-Jun-03 17:28:09 (local)
2003-Jun-03 15:28:09 (UTC) |
User: | ms |
Branch: | |
Comment: |
Add tests for broken rc file problems and start using rsyncd test |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/rc/rc_test/rc.rsyncd 1.1 -> 1.2
--- rc.rsyncd 2002/07/05 11:16:20 1.1
+++ rc.rsyncd 2003/06/03 15:28:09 1.2
@@ -2,6 +2,15 @@
echo "Run commands Rsyncd starting"
+# The only section in this rc file
+<go -ucw-r>
+ ping -s design-web.co.uk 56 4
+ curl -s ftp://ftp.openpkg.org/current/SRC/ | grep openssl
+ echo $0
+
+ echo "And again..."
+</go>
+
ls /tmp
which shutdown
|
|
ossp-pkg/rc/rc_test/rc.samba 1.5 -> 1.6
--- rc.samba 2003/05/23 14:15:12 1.5
+++ rc.samba 2003/06/03 15:28:09 1.6
@@ -3,6 +3,7 @@
echo "Run commands Samba starting"
%config
+ somevalue=good
host aldi.de
%test
|
|
ossp-pkg/rc/rc_test/rc.zebra 1.6 -> 1.7
--- rc.zebra 2003/05/28 18:26:48 1.6
+++ rc.zebra 2003/06/03 15:28:09 1.7
@@ -13,7 +13,9 @@
echo
%test
- echo "Just an echo to test zebra"
+ echo "First"
+
+ echo "Biff borchert echo to test zebra"
%start -u ms
echo "No priority given, Otay zebra in Umfolozi"
|
|