diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:56 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | a25abe4e39941e70116cb9b572f86da9f9b0e5d5 (patch) | |
tree | 959aec290a3e9e0dc939ce4efcb33c0f67ab35a2 /net-misc/lldpd/files | |
parent | net-misc/libreswan: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-a25abe4e39941e70116cb9b572f86da9f9b0e5d5.tar.gz gentoo-a25abe4e39941e70116cb9b572f86da9f9b0e5d5.tar.bz2 gentoo-a25abe4e39941e70116cb9b572f86da9f9b0e5d5.zip |
net-misc/lldpd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/lldpd/files')
-rw-r--r-- | net-misc/lldpd/files/lldpd-initd-4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/lldpd/files/lldpd-initd-4 b/net-misc/lldpd/files/lldpd-initd-4 index 49f996cf7984..2cd3fe1eeb74 100644 --- a/net-misc/lldpd/files/lldpd-initd-4 +++ b/net-misc/lldpd/files/lldpd-initd-4 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |