public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/sysstat/files: sysstat-10.2.0-systemd.patch
@ 2014-01-04 12:40 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2014-01-04 12:40 UTC (permalink / raw
  To: gentoo-commits

jer         14/01/04 12:40:07

  Added:                sysstat-10.2.0-systemd.patch
  Log:
  Fix installing systemd unit by Xake (bug #496854).
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.1                  app-admin/sysstat/files/sysstat-10.2.0-systemd.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sysstat/files/sysstat-10.2.0-systemd.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sysstat/files/sysstat-10.2.0-systemd.patch?rev=1.1&content-type=text/plain

Index: sysstat-10.2.0-systemd.patch
===================================================================
--- a/Makefile.in
+++ b/Makefile.in
@@ -376,8 +376,7 @@ install_all: install_base cron/crontab sysstat \
 	   su $(CRON_OWNER) -c "crontab cron/crontab"; \
 	fi
 	if [ -x $(SYSTEMCTL) -a -d "$(SYSTEMD_UNIT_DIR)" ]; then \
-	    $(INSTALL_DATA) sysstat.service $(SYSTEMD_UNIT_DIR); \
-	    $(SYSTEMCTL) enable sysstat.service; \
+	    $(INSTALL_DATA) -D sysstat.service $(DESTDIR)$(SYSTEMD_UNIT_DIR); \
 	elif [ -d $(DESTDIR)$(INIT_DIR) ]; then \
 	   $(INSTALL_BIN) sysstat $(DESTDIR)$(INIT_DIR)/sysstat; \
 	   if [ -x $(CHKCONFIG) ]; then \
-- 
1.8.5.2






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-admin/sysstat/files: sysstat-10.2.0-systemd.patch
@ 2014-01-06 14:39 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2014-01-06 14:39 UTC (permalink / raw
  To: gentoo-commits

jer         14/01/06 14:39:49

  Modified:             sysstat-10.2.0-systemd.patch
  Log:
  Fix installing systemd unit fix by Xake (bug #496854 again).
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.2                  app-admin/sysstat/files/sysstat-10.2.0-systemd.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sysstat/files/sysstat-10.2.0-systemd.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sysstat/files/sysstat-10.2.0-systemd.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sysstat/files/sysstat-10.2.0-systemd.patch?r1=1.1&r2=1.2

Index: sysstat-10.2.0-systemd.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/sysstat/files/sysstat-10.2.0-systemd.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sysstat-10.2.0-systemd.patch	4 Jan 2014 12:40:07 -0000	1.1
+++ sysstat-10.2.0-systemd.patch	6 Jan 2014 14:39:49 -0000	1.2
@@ -1,12 +1,13 @@
 --- a/Makefile.in
 +++ b/Makefile.in
-@@ -376,8 +376,7 @@ install_all: install_base cron/crontab sysstat \
+@@ -376,8 +376,8 @@ install_all: install_base cron/crontab sysstat \
  	   su $(CRON_OWNER) -c "crontab cron/crontab"; \
  	fi
  	if [ -x $(SYSTEMCTL) -a -d "$(SYSTEMD_UNIT_DIR)" ]; then \
 -	    $(INSTALL_DATA) sysstat.service $(SYSTEMD_UNIT_DIR); \
 -	    $(SYSTEMCTL) enable sysstat.service; \
-+	    $(INSTALL_DATA) -D sysstat.service $(DESTDIR)$(SYSTEMD_UNIT_DIR); \
++	    mkdir -p $(DESTDIR)$(SYSTEMD_UNIT_DIR); \
++	    $(INSTALL_DATA) sysstat.service $(DESTDIR)$(SYSTEMD_UNIT_DIR); \
  	elif [ -d $(DESTDIR)$(INIT_DIR) ]; then \
  	   $(INSTALL_BIN) sysstat $(DESTDIR)$(INIT_DIR)/sysstat; \
  	   if [ -x $(CHKCONFIG) ]; then \





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-admin/sysstat/files: sysstat-10.2.0-systemd.patch
@ 2014-12-14 11:39 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2014-12-14 11:39 UTC (permalink / raw
  To: gentoo-commits

jer         14/12/14 11:39:16

  Removed:              sysstat-10.2.0-systemd.patch
  Log:
  Old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-14 11:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-06 14:39 [gentoo-commits] gentoo-x86 commit in app-admin/sysstat/files: sysstat-10.2.0-systemd.patch Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-14 11:39 Jeroen Roovers (jer)
2014-01-04 12:40 Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox