1994-09-21 12:33:36 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
1996-03-13 00:37:08 +00:00
|
|
|
cd $WRKSRC || exit 1
|
2000-09-10 22:46:11 +00:00
|
|
|
sed -e s:/usr/local:$PREFIX: < policy.h-dist > policy.h
|
1994-09-21 12:33:36 +00:00
|
|
|
|
1996-03-13 00:37:08 +00:00
|
|
|
cat >> policy.h <<END
|
1994-09-21 12:33:36 +00:00
|
|
|
|
1996-03-13 00:37:08 +00:00
|
|
|
#undef DEFAULT_LOGIN_PROGRAM
|
|
|
|
#define DEFAULT_LOGIN_PROGRAM "/usr/bin/login"
|
1994-09-21 12:33:36 +00:00
|
|
|
|
1996-03-13 00:37:08 +00:00
|
|
|
#define CNDFILE "dialin.config"
|
1994-09-21 12:33:36 +00:00
|
|
|
|
1996-03-13 00:37:08 +00:00
|
|
|
#undef LOCK
|
|
|
|
#define LOCK "/var/spool/lock/LCK..%s"
|
1994-09-21 12:33:36 +00:00
|
|
|
|
1996-03-13 00:37:08 +00:00
|
|
|
#undef FAX_LOG
|
|
|
|
#define FAX_LOG "/var/spool/fax/Faxlog"
|
1994-09-21 12:33:36 +00:00
|
|
|
|
1996-03-13 00:37:08 +00:00
|
|
|
#undef MAILER
|
|
|
|
#define MAILER "/usr/sbin/sendmail"
|
1994-09-21 12:33:36 +00:00
|
|
|
|
1998-07-16 06:44:42 +00:00
|
|
|
#undef DEVICE_GROUP
|
|
|
|
#define DEVICE_GROUP "uucp"
|
|
|
|
|
1994-09-21 12:33:36 +00:00
|
|
|
END
|
1994-11-21 04:18:59 +00:00
|
|
|
|
1994-09-21 12:33:36 +00:00
|
|
|
exit 0
|