diff options
author | bp <bp@FreeBSD.org> | 2000-05-16 07:45:41 +0000 |
---|---|---|
committer | bp <bp@FreeBSD.org> | 2000-05-16 07:45:41 +0000 |
commit | d4c6f8b730682c034e36e983f3084390cfa1f0c2 (patch) | |
tree | 3625bc19f966ce6ec991da9445a3575cc78f1616 /net/mars_nwe/files | |
parent | d6db1bb64e084d0675996ec3ab7f0310b395b1ca (diff) | |
download | FreeBSD-ports-d4c6f8b730682c034e36e983f3084390cfa1f0c2.zip FreeBSD-ports-d4c6f8b730682c034e36e983f3084390cfa1f0c2.tar.gz |
Update to version 0.99pl18.
Diffstat (limited to 'net/mars_nwe/files')
-rw-r--r-- | net/mars_nwe/files/nwserv.sh | 11 | ||||
-rw-r--r-- | net/mars_nwe/files/patch-aa | 9 |
2 files changed, 16 insertions, 4 deletions
diff --git a/net/mars_nwe/files/nwserv.sh b/net/mars_nwe/files/nwserv.sh new file mode 100644 index 0000000..67a7a4b --- /dev/null +++ b/net/mars_nwe/files/nwserv.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +PREFIX=/usr/local + +PROG=${PREFIX}/sbin/nwserv + +if [ x$1 = xstart ]; then + (sleep 120;${PROG}) & +elif [ "x$1" = "xstop" ]; then + ${PROG} -k +fi diff --git a/net/mars_nwe/files/patch-aa b/net/mars_nwe/files/patch-aa index 7831a90..876a0d6 100644 --- a/net/mars_nwe/files/patch-aa +++ b/net/mars_nwe/files/patch-aa @@ -4,8 +4,8 @@ RCS file: /usr/local/cvsrp/mars/doc/README.FREEBSD,v retrieving revision 1.1.1.3 retrieving revision 1.5 diff -u -r1.1.1.3 -r1.5 ---- README.FREEBSD 1999/06/04 09:38:04 1.1.1.3 -+++ README.FREEBSD 1999/06/04 09:42:09 1.5 +--- doc/README.FREEBSD 1999/06/04 09:38:04 1.1.1.3 ++++ doc/README.FREEBSD 1999/06/04 09:42:09 1.5 @@ -44,7 +44,6 @@ with switch '-s'. Please use only patched version of IPXrouted if you are run 2.2.8 or 3.x of FreeBSD. @@ -20,8 +20,8 @@ RCS file: /usr/local/cvsrp/mars/examples/config.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 ---- config.h 1999/01/28 06:21:38 1.1.1.1 -+++ config.h 1999/01/28 06:23:09 1.2 +--- examples/config.h 1999/01/28 06:21:38 1.1.1.1 ++++ examples/config.h 1999/01/28 06:23:09 1.2 @@ -11,9 +11,9 @@ # define PATHNAME_PROGS "." /* where to find the executables */ # define PATHNAME_BINDERY "." /* directory for bindery-files */ @@ -33,3 +33,4 @@ diff -u -r1.1.1.1 -r1.2 +# define PATHNAME_PROGS "/usr/local/sbin" /* where to find the executables */ # define PATHNAME_BINDERY "/var/nwserv/db" /* directory for bindery-files */ #endif + |