[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: Remove unused patch 'mcron-install.patch'.
From: |
guix-commits |
Subject: |
07/07: gnu: Remove unused patch 'mcron-install.patch'. |
Date: |
Mon, 4 Feb 2019 18:20:17 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit e36d043882462f2252aa8e6fe7c34bfbee6d3175
Author: Leo Famulari <address@hidden>
Date: Tue Feb 5 00:18:23 2019 +0100
gnu: Remove unused patch 'mcron-install.patch'.
This is a followup to commit cfbf6de18cc70d2e385feb5f61f9363f18e78ddf.
* gnu/packages/patches/mcron-install.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
---
gnu/local.mk | 1 -
gnu/packages/patches/mcron-install.patch | 22 ----------------------
2 files changed, 23 deletions(-)
diff --git a/gnu/local.mk b/gnu/local.mk
index 0f07269..eaba6b0 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1033,7 +1033,6 @@ dist_patch_DATA =
\
%D%/packages/patches/maxima-defsystem-mkdir.patch \
%D%/packages/patches/maven-generate-component-xml.patch \
%D%/packages/patches/maven-generate-javax-inject-named.patch \
- %D%/packages/patches/mcron-install.patch \
%D%/packages/patches/mcrypt-CVE-2012-4409.patch \
%D%/packages/patches/mcrypt-CVE-2012-4426.patch \
%D%/packages/patches/mcrypt-CVE-2012-4527.patch \
diff --git a/gnu/packages/patches/mcron-install.patch
b/gnu/packages/patches/mcron-install.patch
deleted file mode 100644
index 3cd291f..0000000
--- a/gnu/packages/patches/mcron-install.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-This patch allows us to install the Vixie-compatible binaries as
-non-root without creating /var/run, etc.
-
---- mcron-1.0.6/makefile.in 2010-06-19 20:44:17.000000000 +0200
-+++ mcron-1.0.6/makefile.in 2010-07-04 16:16:25.000000000 +0200
-@@ -1004,15 +1004,11 @@ mcron.c : main.scm crontab.scm makefile.
- @rm -f mcron.escaped.scm > /dev/null 2>&1
-
- install-exec-hook:
-- @if [ "address@hidden@" != "xyes" -a "`id -u`" -eq "0" ]; then \
-+ @if [ "address@hidden@" != "xyes" ]; then \
- rm -f $(fpp)cron$(EXEEXT) > /dev/null 2>&1; \
- $(INSTALL) --mode='u=rwx' mcron$(EXEEXT) $(fpp)cron$(EXEEXT); \
- rm -f $(fpp)crontab$(EXEEXT) > /dev/null 2>&1; \
- $(INSTALL) --mode='u=rwxs,og=rx' mcron$(EXEEXT)
$(fpp)crontab$(EXEEXT); \
-- $(INSTALL) -d --mode='u=rwx' $(DESTDIR)/var/cron; \
-- $(INSTALL) -d --mode='u=rwx,og=rx' $(DESTDIR)/var/run; \
-- $(INSTALL) -d --mode='u=rwx,og=rx' $(DESTDIR)@GUILE_SITE@; \
-- $(INSTALL) -d --mode='u=rwx,og=rx' $(DESTDIR)@GUILE_SITE@/mcron; \
- elif [ "address@hidden@" = "xyes" ]; then \
- echo "Not installing Vixie-style programs"; \
- else \
- branch master updated (035542e -> e36d043), guix-commits, 2019/02/04
- 04/07: gnu: Remove unused patch 'python2-rdflib-drop-sparqlwrapper.patch'., guix-commits, 2019/02/04
- 01/07: gnu: Remove unused patch 'net-tools-bitrot.patch'., guix-commits, 2019/02/04
- 02/07: gnu: Remove unused patch 'glibc-memchr-overflow-i686.patch'., guix-commits, 2019/02/04
- 06/07: gnu: Remove unused patch 'ocaml-graph-honor-source-date-epoch.patch'., guix-commits, 2019/02/04
- 03/07: gnu: Remove unused patch 'openldap-CVE-2017-9287.patch'., guix-commits, 2019/02/04
- 07/07: gnu: Remove unused patch 'mcron-install.patch'.,
guix-commits <=
- 05/07: gnu: Remove unused patch 'ocaml-findlib-make-install.patch'., guix-commits, 2019/02/04