summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2000-09-10 22:46:11 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2000-09-10 22:46:11 +0000
commit034900785f30542e6aa9790cdae45a3142743536 (patch)
tree873fd9e1d7e39869122ad0629dd89fd0f668232d /comms
parentUpgrade to the latest version (1.1.22.Aug27) (diff)
Upgrade to the latest version (1.1.22.Aug27)
Notes
Notes: svn path=/head/; revision=32502
Diffstat (limited to 'comms')
-rw-r--r--comms/mgetty+sendfax/scripts/configure5
1 files changed, 1 insertions, 4 deletions
diff --git a/comms/mgetty+sendfax/scripts/configure b/comms/mgetty+sendfax/scripts/configure
index b0683330b4a6..c0275fc06bf4 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"