]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- PAM works, PR_RUN_DIR is set to %_localstatedir
authorTomasz Pala <gotar@pld-linux.org>
Sun, 7 Jun 2009 23:11:06 +0000 (23:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd.spec -> 1.263

proftpd.spec

index a79882e22eceacd525db7d83e0c930951135c032..f0f46c4799ac065df0c977eaeb0ee84c9f87537d 100644 (file)
@@ -1,7 +1,6 @@
 # TODO
 # - mod_caps uses uname -r for detection
 # - don't use internal libltdl
-# - mod_pam does not work
 #
 # Conditional build:
 %bcond_without pam             # disable PAM support
@@ -65,7 +64,7 @@ BuildRequires:        rpmbuild(macros) >= 1.268
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir             /etc/ftpd
-%define                _localstatedir  /var/run
+%define                _localstatedir          /var/run
 %define                _libexecdir             %{_prefix}/%{_lib}/%{name}
 
 %description
@@ -632,7 +631,7 @@ fi
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/*
 %dir %{_libdir}/%{name}
-%dir /var/run/proftpd
+%dir %{_localstatedir}/proftpd
 %{_mandir}/man[18]/*
 %dir /var/lib/ftp
 %dir /var/lib/ftp/pub
This page took 0.04741 seconds and 4 git commands to generate.