diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-09-10 22:46:11 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-09-10 22:46:11 +0000 |
commit | 034900785f30542e6aa9790cdae45a3142743536 (patch) | |
tree | 873fd9e1d7e39869122ad0629dd89fd0f668232d /comms | |
parent | Upgrade to the latest version (1.1.22.Aug27) (diff) |
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 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" |