diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:23 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | fb4c754b0ed7034ad82f5d8412237f78f90f06eb (patch) | |
tree | 367e64698a730c64515456903b7c459a4d4608ab /net-misc/sks/files/sks-db.initd | |
parent | net-misc/ser2net: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-fb4c754b0ed7034ad82f5d8412237f78f90f06eb.tar.gz gentoo-fb4c754b0ed7034ad82f5d8412237f78f90f06eb.tar.bz2 gentoo-fb4c754b0ed7034ad82f5d8412237f78f90f06eb.zip |
net-misc/sks: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/sks/files/sks-db.initd')
-rw-r--r-- | net-misc/sks/files/sks-db.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/sks/files/sks-db.initd b/net-misc/sks/files/sks-db.initd index 93f1561d7eb1..9384cca7ddb2 100644 --- a/net-misc/sks/files/sks-db.initd +++ b/net-misc/sks/files/sks-db.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run source /etc/conf.d/sks command=/usr/bin/sks |