diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:33 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | d2ca167fd8a2c797084337c38b8dc31c8eab8dd3 (patch) | |
tree | 4d19012c5c15a41fdfdcae8ad8f448f6d7daf744 /net-misc/tlsdate | |
parent | net-misc/tinc: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-d2ca167fd8a2c797084337c38b8dc31c8eab8dd3.tar.gz gentoo-d2ca167fd8a2c797084337c38b8dc31c8eab8dd3.tar.bz2 gentoo-d2ca167fd8a2c797084337c38b8dc31c8eab8dd3.zip |
net-misc/tlsdate: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/tlsdate')
-rw-r--r-- | net-misc/tlsdate/files/tlsdate.rc | 2 | ||||
-rw-r--r-- | net-misc/tlsdate/files/tlsdated.rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/tlsdate/files/tlsdate.rc b/net-misc/tlsdate/files/tlsdate.rc index 95ee306745c6..25ad29e3f0ec 100644 --- a/net-misc/tlsdate/files/tlsdate.rc +++ b/net-misc/tlsdate/files/tlsdate.rc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-misc/tlsdate/files/tlsdated.rc b/net-misc/tlsdate/files/tlsdated.rc index cc56fbaa03ca..8c8152e31b99 100644 --- a/net-misc/tlsdate/files/tlsdated.rc +++ b/net-misc/tlsdate/files/tlsdated.rc @@ -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$ |