]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- fixed %%post script, release 3 proftpd-1_2_5-3
authorankry <ankry@pld-linux.org>
Sat, 19 Oct 2002 11:07:32 +0000 (11:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd.spec -> 1.134

proftpd.spec

index 75cfb0a86e9f7e3dc6b35d619e7f3b392b9c42dd..544838cc0132df9a52bcc0de8da2c39e74ed0927 100644 (file)
@@ -15,7 +15,7 @@ Summary(pt_BR):       Servidor FTP profissional, com sintaxe de configura
 Summary(zh_CN):        Ò×ÓÚ¹ÜÀíµÄ,°²È«µÄ FTP ·þÎñÆ÷.
 Name:          proftpd
 Version:       1.2.5
-Release:       2
+Release:       3
 Epoch:         1
 License:       GPL
 Group:         Daemons
@@ -225,7 +225,7 @@ ln -sf proftpd $RPM_BUILD_ROOT%{_sbindir}/ftpd
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
+%post common
 touch /var/log/xferlog
 awk 'BEGIN { FS = ":" }; { if(($3 < 1000)&&($1 != "ftp")) print $1; }' < /etc/passwd >> %{_sysconfdir}/ftpusers.default
 if [ ! -f %{_sysconfdir}/ftpusers ]; then
This page took 0.102588 seconds and 4 git commands to generate.