mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
52df72c12d
removed patches that should no longer be necessary.
22 lines
415 B
Plaintext
22 lines
415 B
Plaintext
|
|
|
|
--- 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
|