aboutsummaryrefslogtreecommitdiffstats
path: root/security/sudo/files/patch-Makefile.in
blob: 259dbaab40d0aaaf38305c43b0bed60392e67877 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./Makefile.in.orig  2010-09-07 09:57:25.000000000 -0400
+++ ./Makefile.in   2010-09-07 09:59:19.000000000 -0400
@@ -500,7 +500,7 @@
        $(DESTDIR)$(sudoersdir)/sudoers.d
    test -f $(DESTDIR)$(sudoersdir)/sudoers || \
        $(INSTALL) -O $(sudoers_uid) -G $(sudoers_gid) -M $(sudoers_mode) \
-       sudoers $(DESTDIR)$(sudoersdir)/sudoers
+       sudoers $(DESTDIR)$(sudoersdir)/sudoers.sample
 
 install-doc: install-dirs ChangeLog
    (cd $(srcdir) && for f in ChangeLog HISTORY LICENSE NEWS README TROUBLESHOOTING UPGRADE sample.*; do $(INSTALL) -O $(install_uid) -G $(install_gid) -M 0444 $$f $(DESTDIR)$(docdir); done)