OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 07-Oct-2003 16:25:18
Branch: HEAD Handle: 2003100715251602
Modified files:
openpkg-src/arpd arpd.spec
openpkg-web news.txt
Log:
Reduce access to valuable varfiles, since the daemon runs as superuser
anyways
Summary:
Revision Changes Path
1.25 +2 -2 openpkg-src/arpd/arpd.spec
1.6901 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/arpd/arpd.spec
============================================================================
$ cvs diff -u -r1.24 -r1.25 arpd.spec
--- openpkg-src/arpd/arpd.spec 29 Sep 2003 13:28:16 -0000 1.24
+++ openpkg-src/arpd/arpd.spec 7 Oct 2003 14:25:18 -0000 1.25
@@ -33,7 +33,7 @@
Group: Network
License: GNU
Version: 0.2
-Release: 20030929
+Release: 20031007
# package options
%option with_fsl yes
@@ -114,7 +114,7 @@
%{l_files_std} \
'%not %dir %{l_prefix}/etc/fsl' \
'%config %{l_prefix}/etc/fsl/fsl.arpd' \
- '%attr(775,%{l_musr},%{l_rgrp}) %{l_prefix}/var/arpd'
+ '%attr(755,%{l_susr},%{l_rgrp}) %{l_prefix}/var/arpd'
%files -f files
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6900 -r1.6901 news.txt
--- openpkg-web/news.txt 7 Oct 2003 14:20:35 -0000 1.6900
+++ openpkg-web/news.txt 7 Oct 2003 14:25:16 -0000 1.6901
@@ -1,3 +1,4 @@
+07-Oct-2003: Upgraded package: P<arpd-0.2-20031007>
07-Oct-2003: Upgraded package: P<honeyd-0.6a-20031007>
07-Oct-2003: Upgraded package: P<mico-2.3.10-20031007>
07-Oct-2003: Upgraded package: P<apache-1.3.28-20031007>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]