freebsd-ports/security/sudo/files/patch-plugins__sudoers__Makefile.in
Wesley Shields dce32f7c62 Update to 1.8.1p1.
No longer need to worry about etc/sudoers.d problem, as it is no longer
a fatal error.
2011-04-17 13:50:10 +00:00

14 lines
644 B
Text

--- ./plugins/sudoers/Makefile.in.orig 2011-04-11 08:28:33.000000000 -0400
+++ ./plugins/sudoers/Makefile.in 2011-04-17 09:38:29.349385961 -0400
@@ -358,9 +358,8 @@
install-sudoers: install-dirs
$(INSTALL) -d -O $(sudoers_uid) -G $(sudoers_gid) -M 0750 \
$(DESTDIR)$(sudoersdir)/sudoers.d
- test -r $(DESTDIR)$(sudoersdir)/sudoers || \
- $(INSTALL) -O $(sudoers_uid) -G $(sudoers_gid) -M $(sudoers_mode) \
- sudoers $(DESTDIR)$(sudoersdir)/sudoers
+ $(INSTALL) -O $(sudoers_uid) -G $(sudoers_gid) -M $(sudoers_mode) \
+ sudoers $(DESTDIR)$(sudoersdir)/sudoers.sample
uninstall:
-rm -f $(DESTDIR)$(plugindir)/sudoers$(soext)