From 84936e5f872e62a7e9060bbfb06878c44ce2568d Mon Sep 17 00:00:00 2001 From: root Date: Mon, 27 Jun 2016 03:06:17 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- init.d/courier-imapd | 6 +++--- init.d/courier-imapd-ssl | 6 +++--- init.d/courier-pop3d | 6 +++--- init.d/courier-pop3d-ssl | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/init.d/courier-imapd b/init.d/courier-imapd index 4fa50f8..06d0dc0 100755 --- a/init.d/courier-imapd +++ b/init.d/courier-imapd @@ -1,7 +1,7 @@ -#!/sbin/runscript -# Copyright 1999-2014 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/courier-imap-4.0.6-r1-courier-imapd.rc6,v 1.4 2014/11/20 10:25:15 mrueg Exp $ +# $Id$ depend() { need net courier-authlib diff --git a/init.d/courier-imapd-ssl b/init.d/courier-imapd-ssl index 32292a1..ed42aac 100755 --- a/init.d/courier-imapd-ssl +++ b/init.d/courier-imapd-ssl @@ -1,7 +1,7 @@ -#!/sbin/runscript -# Copyright 1999-2014 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/courier-imap-4.0.6-r1-courier-imapd-ssl.rc6,v 1.4 2014/11/20 10:25:15 mrueg Exp $ +# $Id$ depend() { need net courier-authlib diff --git a/init.d/courier-pop3d b/init.d/courier-pop3d index 3eb019f..6625962 100755 --- a/init.d/courier-pop3d +++ b/init.d/courier-pop3d @@ -1,7 +1,7 @@ -#!/sbin/runscript -# Copyright 1999-2014 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/courier-imap-4.0.6-r1-courier-pop3d.rc6,v 1.4 2014/11/20 10:25:15 mrueg Exp $ +# $Id$ depend() { need net courier-authlib diff --git a/init.d/courier-pop3d-ssl b/init.d/courier-pop3d-ssl index c72ac2d..7d97935 100755 --- a/init.d/courier-pop3d-ssl +++ b/init.d/courier-pop3d-ssl @@ -1,7 +1,7 @@ -#!/sbin/runscript -# Copyright 1999-2014 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/courier-imap-4.0.6-r1-courier-pop3d-ssl.rc6,v 1.4 2014/11/20 10:25:15 mrueg Exp $ +# $Id$ depend() { need net courier-authlib -- 2.39.5