$OpenBSD: patch-policy_h_dist,v 1.2 2006/01/14 11:59:39 steven Exp $
--- policy.h-dist.orig	Wed Nov 30 09:47:42 2005
+++ policy.h-dist	Sat Jan 14 12:04:26 2006
@@ -48,7 +48,7 @@
  * Normally, this is "/bin/login", just a few systems put "login"
  * elsewhere (e.g. Free/NetBSD in "/usr/bin/login").
  */
-#define DEFAULT_LOGIN_PROGRAM "/bin/login"
+#define DEFAULT_LOGIN_PROGRAM "/usr/bin/login"
 
 /* FidoNet mailer support
  * 
@@ -114,7 +114,7 @@
 /* group id that the device is chown()ed to. If not defined, the
  * primary group of "DEVICE_OWNER" is used.
  */
-#define DEVICE_GROUP	"modem"
+#define DEVICE_GROUP	"dialer"
 
 /* access mode for the line while getty has it - it should be accessible
  * by uucp / uucp, but not by others (imagine someone dialing into your
@@ -249,7 +249,7 @@
 # ifdef linux
 #  define LOCK	"/var/lock/LCK..%s"
 # endif
-# if defined(__FreeBSD__) || defined(__NetBSD__)
+# if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
 #  define LOCK "/var/spool/lock/LCK..%s"
 # endif 
 #endif
@@ -576,7 +576,7 @@
 #endif
 
 #ifndef MAILER
-# define MAILER		"/usr/lib/sendmail"
+# define MAILER		"/usr/sbin/sendmail"
 # define NEED_MAIL_HEADERS
 #endif
 
