diff options
author | Shafeeq Sinnamohideen <shafeeq@FreeBSD.org> | 2001-04-23 20:47:09 +0000 |
---|---|---|
committer | Shafeeq Sinnamohideen <shafeeq@FreeBSD.org> | 2001-04-23 20:47:09 +0000 |
commit | e512c6fd42c8ea24438a1e066cdf01f42f950459 (patch) | |
tree | b64b650f31a9bd4dc0c0c78bdb816ba658f2d767 /net/coda5_server | |
parent | aea0b257402c32c345d188097655a5ea791aa7a3 (diff) | |
download | ports-e512c6fd42c8ea24438a1e066cdf01f42f950459.tar.gz ports-e512c6fd42c8ea24438a1e066cdf01f42f950459.zip |
Notes
Diffstat (limited to 'net/coda5_server')
-rw-r--r-- | net/coda5_server/files/patch-aa | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net/coda5_server/files/patch-aa b/net/coda5_server/files/patch-aa deleted file mode 100644 index b0fff183f673..000000000000 --- a/net/coda5_server/files/patch-aa +++ /dev/null @@ -1,21 +0,0 @@ - - ---- 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 |