OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 04-Jun-2004 13:50:43
Branch: HEAD Handle: 2004060412504200
Modified files:
openpkg-src/spegla spegla.spec
Log:
fixed rc script permissions
Summary:
Revision Changes Path
1.20 +2 -2 openpkg-src/spegla/spegla.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/spegla/spegla.spec
============================================================================
$ cvs diff -u -r1.19 -r1.20 spegla.spec
--- openpkg-src/spegla/spegla.spec 7 Feb 2004 17:58:56 -0000 1.19
+++ openpkg-src/spegla/spegla.spec 4 Jun 2004 11:50:42 -0000 1.20
@@ -34,7 +34,7 @@
Group: Network
License: BSD
Version: 1.1p4
-Release: 20040207
+Release: 20040604
# package options
%option with_ipv6 no
@@ -112,7 +112,7 @@
%{SOURCE spegla.conf} $RPM_BUILD_ROOT%{l_prefix}/etc/spegla/
%{l_shtool} install -c -m 644 \
spegla.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
- %{l_shtool} install -c -m 644 %{l_value -s -a} \
+ %{l_shtool} install -c -m 755 %{l_value -s -a} \
%{SOURCE rc.spegla} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} \
'%config %{l_prefix}/etc/spegla/*'
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]