Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
http
>
pound
> pound-remove-owner.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File pound-remove-owner.patch of Package pound
--- Pound-2.2.3/Makefile.in.remove-owner 2007-01-21 01:45:44.000000000 +0100 +++ Pound-2.2.3/Makefile.in 2007-01-21 01:46:59.000000000 +0100 @@ -50,11 +50,11 @@ install: all @INSTALL@ -d ${DESTDIR}@sbindir@ - @INSTALL@ -o @I_OWNER@ -g @I_GRP@ -m 555 pound ${DESTDIR}@sbindir@/pound - @INSTALL@ -o @I_OWNER@ -g @I_GRP@ -m 555 poundctl ${DESTDIR}@sbindir@/poundctl + @INSTALL@ -p -m 755 pound ${DESTDIR}@sbindir@/pound + @INSTALL@ -p -m 755 poundctl ${DESTDIR}@sbindir@/poundctl @INSTALL@ -d ${DESTDIR}@mandir@/man8 - @INSTALL@ -o @I_OWNER@ -g @I_GRP@ -m 644 pound.8 ${DESTDIR}@mandir@/man8/pound.8 - @INSTALL@ -o @I_OWNER@ -g @I_GRP@ -m 644 poundctl.8 ${DESTDIR}@mandir@/man8/poundctl.8 + @INSTALL@ -p -m 644 pound.8 ${DESTDIR}@mandir@/man8/pound.8 + @INSTALL@ -p -m 644 poundctl.8 ${DESTDIR}@mandir@/man8/poundctl.8 clean: rm -f pound $(OBJS) poundctl poundctl.o