diff options
author | jmz <jmz@FreeBSD.org> | 2000-09-10 22:46:11 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2000-09-10 22:46:11 +0000 |
commit | 8245abaff1f9476ba63e12861c240887c1c2de4d (patch) | |
tree | e8c83adffeb9c860e61a0b83faea791c1b06b226 /comms | |
parent | b8810b984daf433edc17ac2aa7bd40c85be99898 (diff) | |
download | FreeBSD-ports-8245abaff1f9476ba63e12861c240887c1c2de4d.zip FreeBSD-ports-8245abaff1f9476ba63e12861c240887c1c2de4d.tar.gz |
Upgrade to the latest version (1.1.22.Aug27)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mgetty+sendfax/scripts/configure | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/comms/mgetty+sendfax/scripts/configure b/comms/mgetty+sendfax/scripts/configure index b068333..c0275fc 100644 --- a/comms/mgetty+sendfax/scripts/configure +++ b/comms/mgetty+sendfax/scripts/configure @@ -1,7 +1,7 @@ #!/bin/sh cd $WRKSRC || exit 1 -cp policy.h-dist policy.h +sed -e s:/usr/local:$PREFIX: < policy.h-dist > policy.h cat >> policy.h <<END @@ -10,9 +10,6 @@ cat >> policy.h <<END #define CNDFILE "dialin.config" -#undef MGETTY_PID_FILE -#define MGETTY_PID_FILE "/var/run/mg-pid.%s" - #undef LOCK #define LOCK "/var/spool/lock/LCK..%s" |