freebsd-ports/security/op/files/patch-defs.h
Will Andrews 4f41f53db7 Add op 1.11, a program to allow others to run commands as root (like
sudo but different).  Hey, CERIAS @ Purdue wrote this.  Cool.

PR:		24771
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
2001-04-07 02:13:55 +00:00

10 lines
225 B
C

--- defs.h.orig Sun Nov 23 01:11:52 1997
+++ defs.h Tue Jan 30 09:45:22 2001
@@ -19,4 +19,6 @@
extern cmd_t *First, *Build();
#define MAXSTRLEN 256
+#ifndef OP_ACCESS
#define OP_ACCESS "/usr/local/etc/op.access"
+#endif