diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-03-27 14:29:37 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-03-27 14:29:37 +0000 |
commit | c2a4476895adb3b7e9aaeb3138a9932b7dc8aef5 (patch) | |
tree | 586fac905554abf73ea39a88c1fe33ff8e2d495b /sys-apps/openrc/files | |
parent | Only check for pam in sys-apps/shadow if pam-use-flag is set, see bug #215055 (diff) | |
download | gentoo-2-c2a4476895adb3b7e9aaeb3138a9932b7dc8aef5.tar.gz gentoo-2-c2a4476895adb3b7e9aaeb3138a9932b7dc8aef5.tar.bz2 gentoo-2-c2a4476895adb3b7e9aaeb3138a9932b7dc8aef5.zip |
install rc & rc.shutdown for Gentoo/FreeBSD users
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-apps/openrc/files')
-rw-r--r-- | sys-apps/openrc/files/openrc-0.2-freebsd-install-rc.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sys-apps/openrc/files/openrc-0.2-freebsd-install-rc.patch b/sys-apps/openrc/files/openrc-0.2-freebsd-install-rc.patch new file mode 100644 index 000000000000..a52112038dd4 --- /dev/null +++ b/sys-apps/openrc/files/openrc-0.2-freebsd-install-rc.patch @@ -0,0 +1,26 @@ +From: Roy Marples <roy@uberlaptop.marples.name> +Date: Thu, 27 Mar 2008 09:33:20 +0000 (+0000) +Subject: Fix install of rc and rc.shutdown on the BSD's. +X-Git-Url: http://git.overlays.gentoo.org/gitweb/?p=proj%2Fopenrc.git;a=commitdiff_plain;h=a15c9aa1faaa9c387e80c1864de8c57710e28530 + +Fix install of rc and rc.shutdown on the BSD's. +--- + +diff --git a/etc/Makefile.FreeBSD b/etc/Makefile.FreeBSD +index 4b6d75f..6de7451 100644 +--- a/etc/Makefile.FreeBSD ++++ b/etc/Makefile.FreeBSD +@@ -1,4 +1,4 @@ + SED_EXTRA= -e 's:@TERM@:cons25:g' + SRCS+= rc.conf.in rc.in rc.shutdown.in + CONF+= devd.conf +-BIN+= rc.devd ++BIN+= rc rc.shutdown rc.devd +diff --git a/etc/Makefile.NetBSD b/etc/Makefile.NetBSD +index 5b56294..0e85dd4 100644 +--- a/etc/Makefile.NetBSD ++++ b/etc/Makefile.NetBSD +@@ -1,2 +1,3 @@ + SED_EXTRA= -e 's:@TERM@:wsvt25:g' + SRCS+= rc.conf.in rc.in rc.shutdown.in ++BIN+= rc rc.shutdown |