]> git.pld-linux.org Git - packages/ppp.git/commitdiff
- release 5, ppp-2_3_11-5
authorkloczek <kloczek@pld-linux.org>
Sat, 15 Apr 2000 18:21:49 +0000 (18:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added /etc/ppp/peers directory for call option.

Changed files:
    ppp.spec -> 1.29

ppp.spec

index 5c087e27406831c4a605ad529f1a6df68b5b09f2..51ba11bde33be5629e5392e597c09ebfd0386c52 100644 (file)
--- a/ppp.spec
+++ b/ppp.spec
@@ -5,7 +5,7 @@ Summary(tr):    PPP sunucu s
 Summary(pl):   Demon PPP dla Linux 2.2.11 i wy¿szych
 Name:          ppp
 Version:       2.3.11
-Release:       4
+Release:       5
 Copyright:     distributable
 Group:         Networking/Daemons
 Group(pl):     Sieciowe/Demony
@@ -63,7 +63,7 @@ make OPT_FLAGS="$RPM_OPT_FLAGS"
 rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_bindir},%{_mandir}/man{1,8}} \
-       $RPM_BUILD_ROOT/etc/{pam.d,ppp}
+       $RPM_BUILD_ROOT/etc/{pam.d,ppp/peers}
 
 make install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -102,3 +102,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(600,root,root) %config %verify(not size mtime md5) /etc/ppp/*-secrets
 %attr(644,root,root) %config %verify(not size mtime md5) /etc/ppp/options*
 %attr(640,root,root) %config %verify(not size mtime md5) /etc/pam.d/ppp
+
+%dir /etc/ppp/peers
This page took 0.162266 seconds and 4 git commands to generate.