OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 20-Jul-2007 14:13:50
Branch: HEAD Handle: 2007072013134801
Modified files:
openpkg-src/fetchmail fetchmail.spec
openpkg-src/gnats gnats.spec
openpkg-src/pgpool pgpool.spec
openpkg-src/xinetd xinetd.spec
Log:
permission fixes on rc scripts
Summary:
Revision Changes Path
1.87 +2 -2 openpkg-src/fetchmail/fetchmail.spec
1.11 +2 -2 openpkg-src/gnats/gnats.spec
1.24 +2 -2 openpkg-src/pgpool/pgpool.spec
1.18 +2 -2 openpkg-src/xinetd/xinetd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/fetchmail/fetchmail.spec
============================================================================
$ cvs diff -u -r1.86 -r1.87 fetchmail.spec
--- openpkg-src/fetchmail/fetchmail.spec 7 Apr 2007 06:50:38 -0000
1.86
+++ openpkg-src/fetchmail/fetchmail.spec 20 Jul 2007 12:13:48 -0000
1.87
@@ -33,7 +33,7 @@
Group: Mail
License: GPL
Version: 6.3.8
-Release: 20070407
+Release: 20070720
# package options
%option with_conf no
@@ -122,7 +122,7 @@
# install run-command script
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d
- %{l_shtool} install -c -m 644 %{l_value -s -a} \
+ %{l_shtool} install -c -m 755 %{l_value -s -a} \
%{SOURCE rc.fetchmail} \
$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gnats/gnats.spec
============================================================================
$ cvs diff -u -r1.10 -r1.11 gnats.spec
--- openpkg-src/gnats/gnats.spec 18 Apr 2007 21:45:57 -0000 1.10
+++ openpkg-src/gnats/gnats.spec 20 Jul 2007 12:13:49 -0000 1.11
@@ -38,7 +38,7 @@
Group: Ticketing
License: GPL
Version: %{V_gnats}
-Release: 20070418
+Release: 20070720
# package options
%option with_fsl yes
@@ -169,7 +169,7 @@
# install run-command script
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d
- %{l_shtool} install -c -m 644 %{l_value -s -a} \
+ %{l_shtool} install -c -m 755 %{l_value -s -a} \
%{SOURCE rc.gnats} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
# install OSSP fsl configuration
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/pgpool/pgpool.spec
============================================================================
$ cvs diff -u -r1.23 -r1.24 pgpool.spec
--- openpkg-src/pgpool/pgpool.spec 18 May 2007 06:03:44 -0000 1.23
+++ openpkg-src/pgpool/pgpool.spec 20 Jul 2007 12:13:49 -0000 1.24
@@ -37,7 +37,7 @@
Group: Database
License: GPL
Version: %{V_pgpool}
-Release: 20070518
+Release: 20070720
# list of sources
Source0:
http://pgfoundry.org/frs/download.php/%{V_pgpool_dir}/pgpool-%{V_pgpool}.tar.gz
@@ -115,7 +115,7 @@
pgpool.conf.sample $RPM_BUILD_ROOT%{l_prefix}/etc/pgpool/pgpool.conf
# install run-command script
- %{l_shtool} install -c -m 644 %{l_value -s -a} \
+ %{l_shtool} install -c -m 755 %{l_value -s -a} \
%{SOURCE rc.pgpool} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
# determine installation files
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/xinetd/xinetd.spec
============================================================================
$ cvs diff -u -r1.17 -r1.18 xinetd.spec
--- openpkg-src/xinetd/xinetd.spec 1 Jan 2007 17:43:00 -0000 1.17
+++ openpkg-src/xinetd/xinetd.spec 20 Jul 2007 12:13:49 -0000 1.18
@@ -33,7 +33,7 @@
Group: Network
License: GPL
Version: 2.3.14
-Release: 20061013
+Release: 20070720
# list of sources
Source0: http://www.xinetd.org/xinetd-%{version}.tar.gz
@@ -106,7 +106,7 @@
%{l_shtool} install -c -m 644 %{l_value -s -a} \
%{SOURCE xinetd.conf} \
$RPM_BUILD_ROOT%{l_prefix}/etc/xinetd/
- %{l_shtool} install -c -m 644 %{l_value -s -a} \
+ %{l_shtool} install -c -m 755 %{l_value -s -a} \
%{SOURCE rc.xinetd} \
$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]