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/mgetty+sendfax | |
parent | 372b9fb7e25edfa6137fdf0852ba6c59ff904dc3 (diff) | |
download | ports-034900785f30542e6aa9790cdae45a3142743536.tar.gz ports-034900785f30542e6aa9790cdae45a3142743536.zip |
Notes
Diffstat (limited to 'comms/mgetty+sendfax')
-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" |