aboutsummaryrefslogtreecommitdiffstats
path: root/security/sudosh/files/patch-src::Makefile.in
blob: e33811421ef7ac3e66c3841b8e63b6cdc6aa6544 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/Makefile.in.orig    Sun Jun 12 19:33:29 2005
+++ src/Makefile.in Tue Oct 25 10:06:54 2005
@@ -428,6 +428,7 @@
 install-sudosh.conf:
    test -z "$(sysconfdir)" || $(mkdir_p) "$(DESTDIR)$(sysconfdir)"
    test -f $(sysconfdir)/sudosh.conf || $(INSTALL) -o 0 -g 0 -m 0444 '$(srcdir)/sudosh.conf' '$(sysconfdir)/sudosh.conf'
+   $(INSTALL) -o 0 -g 0 -m 0444 '$(srcdir)/sudosh.conf' '$(sysconfdir)/sudosh.conf.sample'
 
 install: install-am install-sudosh.conf
 # Tell versions [3.59,3.63) of GNU make to not export all variables.