diff options
author | Sven Wegener <swegener@gentoo.org> | 2011-12-04 10:30:33 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2011-12-04 10:30:33 +0000 |
commit | 2bf79df57b6aa48145c3de0575dec171a6632304 (patch) | |
tree | e61365ea75ec88e58949721605cf2fcd03641a0d /net-misc | |
parent | reload is extra_started_commands (diff) | |
download | gentoo-2-2bf79df57b6aa48145c3de0575dec171a6632304.tar.gz gentoo-2-2bf79df57b6aa48145c3de0575dec171a6632304.tar.bz2 gentoo-2-2bf79df57b6aa48145c3de0575dec171a6632304.zip |
reload is extra_started_commands
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/tinc/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/tinc/files/tincd | 6 | ||||
-rw-r--r-- | net-misc/tinc/files/tincd.1 | 4 | ||||
-rw-r--r-- | net-misc/tinc/files/tincd.lo | 6 | ||||
-rw-r--r-- | net-misc/tinc/files/tincd.lo.1 | 4 |
5 files changed, 15 insertions, 11 deletions
diff --git a/net-misc/tinc/ChangeLog b/net-misc/tinc/ChangeLog index 5f046092abad..4a2dc3e30c09 100644 --- a/net-misc/tinc/ChangeLog +++ b/net-misc/tinc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/tinc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/ChangeLog,v 1.25 2011/09/26 03:23:06 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/ChangeLog,v 1.26 2011/12/04 10:30:32 swegener Exp $ + + 04 Dec 2011; Sven Wegener <swegener@gentoo.org> files/tincd, files/tincd.1, + files/tincd.lo, files/tincd.lo.1: + reload is extra_started_commands *tinc-1.0.16-r1 (26 Sep 2011) diff --git a/net-misc/tinc/files/tincd b/net-misc/tinc/files/tincd index 452687dfb692..8ae381bb3e22 100644 --- a/net-misc/tinc/files/tincd +++ b/net-misc/tinc/files/tincd @@ -1,9 +1,9 @@ #!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd,v 1.5 2008/04/01 14:08:45 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd,v 1.6 2011/12/04 10:30:33 swegener Exp $ -opts="reload" +extra_started_commands="reload" depend() { use logger dns diff --git a/net-misc/tinc/files/tincd.1 b/net-misc/tinc/files/tincd.1 index 3dc1d61c63f7..e41f4fac03ba 100644 --- a/net-misc/tinc/files/tincd.1 +++ b/net-misc/tinc/files/tincd.1 @@ -1,9 +1,9 @@ #!/sbin/runscript # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd.1,v 1.1 2011/09/26 03:23:06 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd.1,v 1.2 2011/12/04 10:30:32 swegener Exp $ -extra_commands="reload" +extra_started_commands="reload" NETS="/etc/conf.d/tinc.networks" DAEMON="/usr/sbin/tincd" diff --git a/net-misc/tinc/files/tincd.lo b/net-misc/tinc/files/tincd.lo index 79c185b3810f..5ec82aa605bf 100644 --- a/net-misc/tinc/files/tincd.lo +++ b/net-misc/tinc/files/tincd.lo @@ -1,9 +1,9 @@ #!/sbin/runscript -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd.lo,v 1.1 2010/07/18 10:04:56 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd.lo,v 1.2 2011/12/04 10:30:32 swegener Exp $ -opts="reload" +extra_started_commands="reload" depend() { diff --git a/net-misc/tinc/files/tincd.lo.1 b/net-misc/tinc/files/tincd.lo.1 index 41a2c517ad47..6bd6875ba646 100644 --- a/net-misc/tinc/files/tincd.lo.1 +++ b/net-misc/tinc/files/tincd.lo.1 @@ -1,9 +1,9 @@ #!/sbin/runscript # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd.lo.1,v 1.1 2011/09/26 03:23:06 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd.lo.1,v 1.2 2011/12/04 10:30:32 swegener Exp $ -extra_commands="reload" +extra_started_commands="reload" DAEMON="/usr/sbin/tincd" |