Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-misc/profile-sync-daemon/files: profile-sync-daemon-5.34-initd.patch
Date: Sun, 19 May 2013 17:01:22
Message-Id: 20130519170119.745FC2171E@flycatcher.gentoo.org
1 hasufell 13/05/19 17:01:19
2
3 Added: profile-sync-daemon-5.34-initd.patch
4 Log:
5 version bump, remove old
6
7 (Portage version: 2.2.0_alpha175/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.1 www-misc/profile-sync-daemon/files/profile-sync-daemon-5.34-initd.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/profile-sync-daemon/files/profile-sync-daemon-5.34-initd.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/profile-sync-daemon/files/profile-sync-daemon-5.34-initd.patch?rev=1.1&content-type=text/plain
14
15 Index: profile-sync-daemon-5.34-initd.patch
16 ===================================================================
17 From 9715d323e2451b64c941d8b81acbf43187eaadc6 Mon Sep 17 00:00:00 2001
18 From: hasufell <julian.ospald@××××××××××.com>
19 Date: Sun, 19 May 2013 18:55:40 +0200
20 Subject: [PATCH] GENTOO INIT: remove obsolete check
21
22 ---
23 init/psd.gentoo | 4 ----
24 1 file changed, 4 deletions(-)
25
26 diff --git a/init/psd.gentoo b/init/psd.gentoo
27 index ab990fb..6060762 100644
28 --- a/init/psd.gentoo
29 +++ b/init/psd.gentoo
30 @@ -29,10 +29,6 @@ start() {
31 return 1
32 fi
33
34 - if [ ! -f "$PIDFILE" ]; then
35 - /usr/bin/profile-sync-daemon check || return 1
36 - fi
37 -
38 start-stop-daemon \
39 --start \
40 --pidfile "${PIDFILE}" \
41 --
42 1.8.1.6