]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- Put users with ID < 1000 (istaed of users with ID < 100) into list of users proftpd-1_2_0rc1-3
authormkochano <mkochano@pld-linux.org>
Fri, 14 Jul 2000 20:59:59 +0000 (20:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  not  allowed to use ftp service.

Changed files:
    proftpd.spec -> 1.56

proftpd.spec

index 14f5257c5294b72e34d2e8b7a5b05ab9fb706590..456eab90d94c39c523280ba29642b0afaf8a221d 100644 (file)
@@ -2,7 +2,7 @@ Summary:        PROfessional FTP Daemon with apache-like configuration syntax
 Summary(pl):   PROfesionalny serwer FTP  
 Name:          proftpd
 Version:       1.2.0rc1
-Release:       2
+Release:       3
 License:       GPL
 Group:         Daemons
 Group(pl):     Serwery
@@ -103,7 +103,7 @@ gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man[158]/* \
 
 %post 
 touch /var/log/xferlog
-awk 'BEGIN { FS = ":" }; { if($3 < 100) print $1; }' < /etc/passwd >> %{_sysconfdir}/ftpusers.default
+awk 'BEGIN { FS = ":" }; { if($3 < 1000) print $1; }' < /etc/passwd >> %{_sysconfdir}/ftpusers.default
 if [ ! -f %{_sysconfdir}/ftpusers ]; then
        ( cd %{_sysconfdir}; mv -f ftpusers.default ftpusers )
 fi
This page took 0.146095 seconds and 4 git commands to generate.