Debianization.
[become] / acconfig.h
index b6fe638..09e9813 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: acconfig.h,v 1.10 2003/10/12 00:14:44 mdw Exp $
+ * $Id: acconfig.h,v 1.11 2003/11/29 23:39:16 mdw Exp $
  *
  * Default settings for `become' config.h
  *
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: acconfig.h,v $
+ * Revision 1.11  2003/11/29 23:39:16  mdw
+ * Debianization.
+ *
  * Revision 1.10  2003/10/12 00:14:44  mdw
  * Major overhaul.  Now uses DSA signatures rather than the bogus symmetric
  * encrypt-and-hope thing.  Integrated with mLib and Catacomb.
 /* The `etcdir' contains configuration and state information.  */
 #define ETCDIR "/etc/become"
 
+/* The `pidfile' is where Become puts its process id if it runs as a
+ * daemon. */
+#define file_PID "/etc/become/become.pid"
+
 /* Default login style can be `l_preserve', `l_setuser' or `l_login'.  */
 #define DEFAULT_LOGIN_STYLE l_preserve
 
 
 #define file_KEY ETCDIR "/become.key"
 #define file_PUBKEY ETCDIR "/become.pubkey"
-#define file_PID ETCDIR "/become.pid"
 #define file_RULES ETCDIR "/become.conf"
 #define file_SERVER ETCDIR "/become.server"