diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-16 05:27:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-16 05:27:11 +0000 |
commit | 00f63e76cb603ef174bd2159c30f4f3f78be4d1f (patch) | |
tree | 9154874365fb2e6bb7ce40f909debbaf1c3d93ce /sys-apps/rlocate/files/rlocate-0.5.0-build.patch | |
parent | New Firefox release 1.5.0.7: fixes several security vunurabilities listed at ... (diff) | |
download | gentoo-2-00f63e76cb603ef174bd2159c30f4f3f78be4d1f.tar.gz gentoo-2-00f63e76cb603ef174bd2159c30f4f3f78be4d1f.tar.bz2 gentoo-2-00f63e76cb603ef174bd2159c30f4f3f78be4d1f.zip |
old
Diffstat (limited to 'sys-apps/rlocate/files/rlocate-0.5.0-build.patch')
-rw-r--r-- | sys-apps/rlocate/files/rlocate-0.5.0-build.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/sys-apps/rlocate/files/rlocate-0.5.0-build.patch b/sys-apps/rlocate/files/rlocate-0.5.0-build.patch deleted file mode 100644 index a948bd114f78..000000000000 --- a/sys-apps/rlocate/files/rlocate-0.5.0-build.patch +++ /dev/null @@ -1,36 +0,0 @@ ---- src/Makefile.in -+++ src/Makefile.in -@@ -192,9 +192,9 @@ - rlocate.h rlocate.c cmds.c cmds.h conf.c conf.h utils.c \ - utils.h - --SUBDIRS = rlocate-daemon rlocate-module rlocate-scripts -+SUBDIRS = rlocate-daemon rlocate-scripts - EXTRA_DIST = rlocate.cron rlocate-scripts --AM_CFLAGS = -O2 -Wall -+AM_CFLAGS = -Wall - all: all-recursive - - .SUFFIXES: ---- src/rlocate-daemon/Makefile.in -+++ src/rlocate-daemon/Makefile.in -@@ -171,7 +171,7 @@ - -DRLOCATE_GRP=\"$(rlocate_group)\" - - rlocated_SOURCES = ../pidfile.h ../pidfile.c rlocated.c --AM_CFLAGS = -O2 -Wall -+AM_CFLAGS = -Wall - all: all-am - - .SUFFIXES: ---- src/rlocate-scripts/Makefile.in -+++ src/rlocate-scripts/Makefile.in -@@ -345,8 +345,6 @@ - rm $(srcdir)/rlocate-checkpoint.temp - - install-exec-hook: --@FREEBSD_TRUE@ -/usr/sbin/pw groupadd $(rlocate_group) --@FREEBSD_FALSE@ -/usr/sbin/groupadd $(rlocate_group) - chown $(root_uid):$(rlocate_group) $(DESTDIR)$(bindir)/rlocate-checkpoint - chmod 2755 $(DESTDIR)$(bindir)/rlocate-checkpoint - |