summaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-03-01 17:09:00 +0000
committerwiz <wiz@pkgsrc.org>2007-03-01 17:09:00 +0000
commit21626dd865a4a2fd64879f51c66f622ec0fc7a4b (patch)
tree9a8161b7a7bed4862bae6d2fd14ee17c240a82cd /comms/mgetty+sendfax/patches
parent76ec2162775a1e11948da616096493c1e5dfc55b (diff)
downloadpkgsrc-21626dd865a4a2fd64879f51c66f622ec0fc7a4b.tar.gz
pkglint cleanup:
Replace configure-script with a patch that does the same. Use SUBST framework instead of mv+sed.
Diffstat (limited to 'comms/mgetty+sendfax/patches')
-rw-r--r--comms/mgetty+sendfax/patches/patch-ai27
1 files changed, 27 insertions, 0 deletions
diff --git a/comms/mgetty+sendfax/patches/patch-ai b/comms/mgetty+sendfax/patches/patch-ai
new file mode 100644
index 00000000000..0d150659898
--- /dev/null
+++ b/comms/mgetty+sendfax/patches/patch-ai
@@ -0,0 +1,27 @@
+$NetBSD: patch-ai,v 1.5 2007/03/01 17:09:00 wiz Exp $
+
+--- policy.h.orig 2007-03-01 17:06:20.000000000 +0000
++++ policy.h
+@@ -620,3 +620,22 @@
+ */
+ #define MINFREESPACE 1024
+
++#undef DEFAULT_LOGIN_PROGRAM
++#define DEFAULT_LOGIN_PROGRAM "/usr/bin/login"
++
++#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"
++
++#undef FAX_LOG
++#define FAX_LOG "/var/spool/fax/Faxlog"
++
++#undef MAILER
++#define MAILER "/usr/sbin/sendmail"
++
++#undef DEVICE_GROUP
++#define DEVICE_GROUP "wheel"