SPECS: proftpd.spec - xferlog moved to syslog-ng - rel 2
havner
havner at pld-linux.org
Wed Aug 30 06:36:08 CEST 2006
Author: havner Date: Wed Aug 30 04:36:08 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- xferlog moved to syslog-ng
- rel 2
---- Files affected:
SPECS:
proftpd.spec (1.226 -> 1.227)
---- Diffs:
================================================================
Index: SPECS/proftpd.spec
diff -u SPECS/proftpd.spec:1.226 SPECS/proftpd.spec:1.227
--- SPECS/proftpd.spec:1.226 Wed Jun 7 13:32:29 2006
+++ SPECS/proftpd.spec Wed Aug 30 06:36:03 2006
@@ -20,7 +20,7 @@
Summary(zh_CN): Ň×ÓÚšÜŔíľÄ,°˛ČŤľÄ FTP ˇţÎńĆ÷
Name: proftpd
Version: 1.3.0
-Release: 1
+Release: 2
Epoch: 1
License: GPL v2+
Group: Daemons
@@ -508,7 +508,6 @@
:> $RPM_BUILD_ROOT%{_sysconfdir}/ftpusers.default
:> $RPM_BUILD_ROOT%{_sysconfdir}/ftpusers
-:> $RPM_BUILD_ROOT/var/log/xferlog
# only for -inetd package?
ln -sf proftpd $RPM_BUILD_ROOT%{_sbindir}/ftpd
@@ -526,7 +525,6 @@
%post common
umask 027
-touch /var/log/xferlog
awk -F: '{ if (($3 < 500) && ($1 != "ftp")) print $1; }' < /etc/passwd >> %{_sysconfdir}/ftpusers.default
if [ ! -f %{_sysconfdir}/ftpusers ]; then
cp -f %{_sysconfdir}/ftpusers.default %{_sysconfdir}/ftpusers
@@ -645,7 +643,6 @@
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %ghost %{_sysconfdir}/ftpusers
%attr(640,root,root) %{_sysconfdir}/ftpusers.default
%dir %attr(750,root,root) %{_sysconfdir}/conf.d
-%attr(640,root,root) %ghost /var/log/*
%attr(755,root,root) %{_bindir}/*
%attr(755,root,root) %{_sbindir}/*
%dir %{_libdir}/%{name}
@@ -773,6 +770,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.227 2006/08/30 04:36:03 havner
+- xferlog moved to syslog-ng
+- rel 2
+
Revision 1.226 2006/06/07 11:32:29 zbyniu
- proper bconds support
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/proftpd.spec?r1=1.226&r2=1.227&f=u
More information about the pld-cvs-commit
mailing list