FreeBSD Bugzilla – Attachment 69156 Details for
Bug 101429
[maintainer update] security/chroot_safe
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
security-chroot_safe.diff
security-chroot_safe.diff (text/plain), 859 bytes, created by
Gabor Kovesdan
on 2006-08-05 20:30:13 UTC
(
hide
)
Description:
security-chroot_safe.diff
Filename:
MIME Type:
Creator:
Gabor Kovesdan
Created:
2006-08-05 20:30:13 UTC
Size:
859 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /usr/cvs/ports/security/chroot_safe/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- Makefile 21 May 2006 13:23:24 -0000 1.3 >+++ Makefile 5 Aug 2006 19:11:51 -0000 >@@ -14,7 +14,7 @@ > MAINTAINER= gkovesdan@t-hosting.hu > COMMENT= A tool to chroot softwares easily > >-GNU_CONFIGURE=YES >+GNU_CONFIGURE= YES > > MAN1= chroot_safe.1 > PLIST_FILES= sbin/chroot_safe libexec/chroot_safe/chroot_safe.so >@@ -23,6 +23,7 @@ > post-patch: > ${REINPLACE_CMD} -e 's|CXX=g++|CXX?=c++|' \ > -e 's|-o chroot_safe.so|chroot_safe.cpp -o chroot_safe.so|' \ >+ -e 's|prefix=@prefix@|prefix=${DESTDIR}@prefix@|' \ > ${WRKSRC}/Makefile.in > ${REINPLACE_CMD} 's|chroot(1)|chroot(8)|' ${WRKSRC}/chroot_safe.1.in > ${REINPLACE_CMD} 's|putenv|unsetenv|' ${WRKSRC}/chroot_safe.cpp
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 101429
: 69156
Working