OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 05-Feb-2003 15:28:45 Branch: HEAD Handle: 2003020514284400 Modified files: openpkg-src/aica aica.cnf aica.spec Log: extra Summary: Revision Changes Path 1.2 +5 -5 openpkg-src/aica/aica.cnf 1.4 +2 -3 openpkg-src/aica/aica.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/aica/aica.cnf ============================================================================ $ cvs diff -u -r1.1 -r1.2 aica.cnf --- openpkg-src/aica/aica.cnf 5 Feb 2003 13:05:31 -0000 1.1 +++ openpkg-src/aica/aica.cnf 5 Feb 2003 14:28:44 -0000 1.2 @@ -2,7 +2,7 @@ # default certificate store directory [general info] -store_dir =@l_prefix@/var/aica/certs +store_dir =@l_prefix@/var/aica [general info end] # "aica" configure @@ -15,10 +15,10 @@ # default subject DIR [subject DN] C =country -ST =state -L =location -O =organization -OU =unit +#ST =state +L =loc +O =org +#OU =unit CN =test EMAIL =test@localhost [subject DN end] @@ . patch -p0 <<'@@ .' Index: openpkg-src/aica/aica.spec ============================================================================ $ cvs diff -u -r1.3 -r1.4 aica.spec --- openpkg-src/aica/aica.spec 5 Feb 2003 13:05:31 -0000 1.3 +++ openpkg-src/aica/aica.spec 5 Feb 2003 14:28:44 -0000 1.4 @@ -108,7 +108,7 @@ $RPM_BUILD_ROOT%{l_prefix}/include/aica \ $RPM_BUILD_ROOT%{l_prefix}/lib/aica/certs \ $RPM_BUILD_ROOT%{l_prefix}/lib/aica/templates \ - $RPM_BUILD_ROOT%{l_prefix}/var/aica/certs \ + $RPM_BUILD_ROOT%{l_prefix}/var/aica \ $RPM_BUILD_ROOT%{l_prefix}/share/aica %{l_shtool} install -c -s -m 755 \ aica/aica \ @@ -145,8 +145,7 @@ $RPM_BUILD_ROOT%{l_prefix}/share/aica/ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \ %{l_files_std} \ - '%config %{l_prefix}/etc/aica/aica.cnf' \ - '%attr(1777,%{l_musr},%{l_mgrp}) %{l_prefix}/var/aica' + '%config %{l_prefix}/etc/aica/aica.cnf' %files -f files @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]