]> code.citadel.org Git - citadel.git/commitdiff
ignore errors while installing /etc/pam.d/citadel
authorNathan Bryant <loanshark@uncensored.citadel.org>
Wed, 12 May 1999 03:46:24 +0000 (03:46 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Wed, 12 May 1999 03:46:24 +0000 (03:46 +0000)
citadel/ChangeLog
citadel/Makefile.in

index 5224394abb6163df7ac982e2f3282e317ffbcc5a..e4ae9c906e24a094b3419fa0d3e599ffba6001ef 100644 (file)
@@ -1,6 +1,7 @@
 1999-05-11 Nathan Bryant <bryant@cs.usm.maine.edu>
        * chkpwd.c: fixed excessive paranoia; it used to refuse to run when
          invoked by root and BBSUID != 0
+       * Makefile.in: ignore errors while installing /etc/pam.d/citadel
 
 1999-04-27 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * file_ops.c: fixed NDOP to not crash the server if it has trouble
index 32aa1a871408872c747d15b35f4c0e747457883a..e1d4c9420678e57c34ab32984f0bb94faedf333b 100644 (file)
@@ -225,7 +225,7 @@ install-data:
                echo $(INSTALL_DATA) $$i $(root)$(prefix)/$$i; \
                $(INSTALL_DATA) $$i $(root)$(prefix)/$$i; \
        done
-       @if test -d $(root)/etc/pam.d; then \
+       -@if test -d $(root)/etc/pam.d; then \
                echo $(INSTALL_DATA) citadel.pam $(root)/etc/pam.d/citadel; \
                $(INSTALL_DATA) citadel.pam $(root)/etc/pam.d/citadel; \
        fi