diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:35 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 1304686250a17ef5e566fa59963d7ddf7043fefa (patch) | |
tree | 7c0f2c987e4f4b1fc549346907e0fdc5ea9679f2 /net-dns/totd | |
parent | net-dns/rbldnsd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-1304686250a17ef5e566fa59963d7ddf7043fefa.tar.gz gentoo-1304686250a17ef5e566fa59963d7ddf7043fefa.tar.bz2 gentoo-1304686250a17ef5e566fa59963d7ddf7043fefa.zip |
net-dns/totd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-dns/totd')
-rw-r--r-- | net-dns/totd/files/totd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/totd/files/totd b/net-dns/totd/files/totd index b2ffcaa10007..8e11aa084a8a 100644 --- a/net-dns/totd/files/totd +++ b/net-dns/totd/files/totd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |