summaryrefslogtreecommitdiff
path: root/net/coda5_server/files/patch-aa
blob: b0fff183f673e71fb7f704770fc9bf00a86b30e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- rc.vice.in	Mon May 15 10:41:07 2000
+++ coda-src/scripts/rc.vice.in	Wed Jun 28 17:07:15 2000
@@ -58,7 +58,7 @@
 }
 
 # See how we were called.
-case "$1" in
+case "${1:-start}" in
   start)
     # start auth2 & update stuff: first the scm case
     echon "Starting Coda Services: "
@@ -126,6 +126,7 @@
 
   *)
     echo "Usage: $0 {start|stop}"
+    echo "       no parameters mean start"
     exit 1
 
 esac