Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/at/files: at-3.1.13-Makefile.patch at-3.1.14-Makefile.patch atd.rc7 atd.service atd.rc6
Date: Fri, 31 Jan 2014 12:00:46
Message-Id: 20140131120041.24AC42004C@flycatcher.gentoo.org
1 polynomial-c 14/01/31 12:00:41
2
3 Modified: at-3.1.13-Makefile.patch atd.rc7 atd.service
4 Added: at-3.1.14-Makefile.patch
5 Removed: atd.rc6
6 Log:
7 Version bump. Removed old. Fixed pidfile location in init script and systemd service file
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
10
11 Revision Changes Path
12 1.2 sys-process/at/files/at-3.1.13-Makefile.patch
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/files/at-3.1.13-Makefile.patch?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/files/at-3.1.13-Makefile.patch?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/files/at-3.1.13-Makefile.patch?r1=1.1&r2=1.2
17
18 Index: at-3.1.13-Makefile.patch
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-process/at/files/at-3.1.13-Makefile.patch,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- at-3.1.13-Makefile.patch 23 Sep 2011 12:04:44 -0000 1.1
25 +++ at-3.1.13-Makefile.patch 31 Jan 2014 12:00:40 -0000 1.2
26 @@ -1,6 +1,5 @@
27 # - install into Gentoo/FHS doc dir
28 # - respect Gentoo LDFLAGS
29 -# - dont allow install to strip binaries
30
31 --- at-3.1.13/Makefile.in
32 +++ at-3.1.13/Makefile.in
33
34
35
36 1.2 sys-process/at/files/atd.rc7
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/files/atd.rc7?rev=1.2&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/files/atd.rc7?rev=1.2&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/files/atd.rc7?r1=1.1&r2=1.2
41
42 Index: atd.rc7
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/sys-process/at/files/atd.rc7,v
45 retrieving revision 1.1
46 retrieving revision 1.2
47 diff -u -r1.1 -r1.2
48 --- atd.rc7 27 Feb 2013 13:06:29 -0000 1.1
49 +++ atd.rc7 31 Jan 2014 12:00:40 -0000 1.2
50 @@ -1,9 +1,9 @@
51 #!/sbin/runscript
52 -# Copyright 1999-2013 Gentoo Foundation
53 +# Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-process/at/files/atd.rc7,v 1.1 2013/02/27 13:06:29 polynomial-c Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-process/at/files/atd.rc7,v 1.2 2014/01/31 12:00:40 polynomial-c Exp $
57
58 -pidfile="/var/run/atd.pid"
59 +pidfile="/run/atd.pid"
60 command="/usr/sbin/atd"
61 command_args="${ATD_OPTS}"
62 start_stop_daemon_args="--pidfile ${pidfile}"
63
64
65
66 1.2 sys-process/at/files/atd.service
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/files/atd.service?rev=1.2&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/files/atd.service?rev=1.2&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/files/atd.service?r1=1.1&r2=1.2
71
72 Index: atd.service
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/sys-process/at/files/atd.service,v
75 retrieving revision 1.1
76 retrieving revision 1.2
77 diff -u -r1.1 -r1.2
78 --- atd.service 13 Jul 2013 12:09:26 -0000 1.1
79 +++ atd.service 31 Jan 2014 12:00:40 -0000 1.2
80 @@ -5,7 +5,7 @@
81 [Service]
82 Type=forking
83 ExecStart=/usr/sbin/atd
84 -PIDFile=/var/run/atd.pid
85 +PIDFile=/run/atd.pid
86 StandardOutput=syslog
87 StandardError=syslog
88
89
90
91
92 1.1 sys-process/at/files/at-3.1.14-Makefile.patch
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/files/at-3.1.14-Makefile.patch?rev=1.1&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/files/at-3.1.14-Makefile.patch?rev=1.1&content-type=text/plain
96
97 Index: at-3.1.14-Makefile.patch
98 ===================================================================
99 # - install into Gentoo/FHS doc dir
100
101 --- at-3.1.14/Makefile.in
102 +++ at-3.1.14/Makefile.in
103 @@ -12,8 +12,11 @@
104 man1dir = $(mandir)/man1
105 man5dir = $(mandir)/man5
106 man8dir = $(mandir)/man8
107 -docdir = $(prefix)/doc
108 -atdocdir = $(docdir)/at
109 +ifndef PF
110 +PF = at-$(VERSION)
111 +endif
112 +docdir = $(prefix)/share/doc
113 +atdocdir = $(docdir)/$(PF)
114 etcdir = @ETCDIR@
115 systemdsystemunitdir = @systemdsystemunitdir@