]> git.pld-linux.org Git - packages/aegis.git/blame - aegis-ugid.patch
- added home_etc and pmake patches
[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
18@@ -2531,8 +2531,8 @@
19
20 echo $ac_n "checking for owner of aegis library files""... $ac_c" 1>&6
21 echo "configure:2534: checking for owner of aegis library files" >&5
22-AEGIS_UID=3
23-AEGIS_GID=3
24+AEGIS_UID=65
25+AEGIS_GID=65
26 if test -f ${sharedstatedir}/lockfile -o -f ${libdir}/lockfile ; then
27 cat > conftest.$ac_ext << 'EOF'
28 #line 2539 "configure"
This page took 0.04528 seconds and 4 git commands to generate.