]> git.pld-linux.org Git - packages/aegis.git/blame - aegis-ugid.patch
- tabs in preamble
[packages/aegis.git] / aegis-ugid.patch
CommitLineData
7c9294e4
JR
1diff -ur aegis-3.18.orig/common/config.h.in aegis-3.18/common/config.h.in
2--- aegis-3.18.orig/common/config.h.in Fri Jul 9 00:36:21 1999
3+++ aegis-3.18/common/config.h.in Sat Jul 17 00:00:44 1999
4@@ -290,8 +290,8 @@
5 * This is mostly to ensure that accounts "root" and "bin"
6 * and "uucp" are not project owners.
7 */
8-#define AEGIS_MIN_UID 100
9-#define AEGIS_MIN_GID 10
10+#define AEGIS_MIN_UID 500
11+#define AEGIS_MIN_GID 500
12
13 /*
14 * There is more to do, but we need to insulate it from config.status,
15diff -ur aegis-3.18.orig/configure aegis-3.18/configure
16--- aegis-3.18.orig/configure Fri Jul 9 00:36:21 1999
17+++ aegis-3.18/configure Sat Jul 17 00:00:25 1999
bfc9211c 18@@ -5200,8 +5200,8 @@
19 if test "x$AEGIS_UID" = "x"; then
20 echo "$as_me:$LINENO: checking for owner of aegis library files" >&5
21 echo $ECHO_N "checking for owner of aegis library files... $ECHO_C" >&6
22- AEGIS_UID=3
23- AEGIS_GID=3
24+ AEGIS_UID=65
25+ AEGIS_GID=65
26 if test "$OSTYPE" != "cygwin32" -a "$OSTYPE" != "cygwin" ; then
27 if test -f ${sharedstatedir}/lockfile -o -f ${libdir}/lockfile ; then
28 cat > conftest.$ac_ext << 'EOF'
This page took 0.063219 seconds and 4 git commands to generate.