FreeBSD Bugzilla – Attachment 183132 Details for
Bug 219708
security/sudo: don't install the sample config file twice.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1
sudo.diff (text/plain), 1.09 KB, created by
Mathieu Arnold
on 2017-06-01 14:08:01 UTC
(
hide
)
Description:
v1
Filename:
MIME Type:
Creator:
Mathieu Arnold
Created:
2017-06-01 14:08:01 UTC
Size:
1.09 KB
patch
obsolete
>diff --git security/sudo/Makefile security/sudo/Makefile >index d17794f..a74f608 100644 >--- security/sudo/Makefile >+++ security/sudo/Makefile >@@ -3,6 +3,7 @@ > > PORTNAME= sudo > PORTVERSION= 1.8.20p1 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= SUDO > >@@ -88,7 +89,7 @@ post-patch: > post-install: > ${INSTALL_DATA} ${FILESDIR}/pam.conf ${STAGEDIR}${PREFIX}/etc/pam.d/sudo.default > ${TOUCH} ${STAGEDIR}${PREFIX}/etc/sudoers.d/.keep-me >- ${MV} ${STAGEDIR}${PREFIX}/etc/sudoers ${STAGEDIR}${PREFIX}/etc/sudoers.sample >+ ${RM} ${STAGEDIR}${PREFIX}/etc/sudoers > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sudoreplay > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/visudo > .for f in group_file.so libsudo_util.so sudoers.so system_group.so >diff --git security/sudo/pkg-plist security/sudo/pkg-plist >index 32288e7..e0441cf 100644 >--- security/sudo/pkg-plist >+++ security/sudo/pkg-plist >@@ -1,8 +1,7 @@ > bin/sudo > bin/sudoedit > bin/sudoreplay >-etc/sudoers.dist >-@sample etc/sudoers.sample >+@sample etc/sudoers.dist etc/sudoers > @sample etc/pam.d/sudo.default etc/pam.d/sudo > include/sudo_plugin.h > libexec/sudo/group_file.so
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 219708
: 183132