diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:26:54 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 630b4865b852e1ad9a8d5b889a2fac9f8ab645bd (patch) | |
tree | fa6754314b6da1985f376a6ff59a456fe64436f1 /app-admin/verynice | |
parent | app-admin/ulogd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-630b4865b852e1ad9a8d5b889a2fac9f8ab645bd.tar.gz gentoo-630b4865b852e1ad9a8d5b889a2fac9f8ab645bd.tar.bz2 gentoo-630b4865b852e1ad9a8d5b889a2fac9f8ab645bd.zip |
app-admin/verynice: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-admin/verynice')
-rw-r--r-- | app-admin/verynice/files/verynice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/verynice/files/verynice b/app-admin/verynice/files/verynice index 165b6c114751..2b918156a64f 100644 --- a/app-admin/verynice/files/verynice +++ b/app-admin/verynice/files/verynice @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |