- Fixed LogFilePerm.

This commit is contained in:
Tim Waugh 2006-11-14 16:48:54 +00:00
parent 7b0f97386e
commit 1371af3219

View File

@ -168,7 +168,7 @@ export CFLAGS="-DLDAP_DEPRECATED=1"
%if %lspp
--enable-lspp \
%endif
--with-log-file-perm=0700 --enable-pie
--with-log-file-perm=0600 --enable-pie
# If we got this far, all prerequisite libraries must be here.
make
@ -424,6 +424,9 @@ rm -rf $RPM_BUILD_ROOT
%{cups_serverbin}/daemon/cups-lpd
%changelog
* Tue Nov 14 2006 Tim Waugh <twaugh@redhat.com>
- Fixed LogFilePerm.
* Mon Nov 13 2006 Tim Waugh <twaugh@redhat.com>
- Don't use getpass() (bug #125133).