diff options
author | 2016-05-18 01:33:49 -0500 | |
---|---|---|
committer | 2016-05-18 01:38:34 -0500 | |
commit | 0d9bc3d599092f1e31f2ed248ea1ac3506e35ebb (patch) | |
tree | 379c2c5c2d0747c17a228882f3c2c1350cc1feca /sys-apps/watchdog | |
parent | sys-apps/unscd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-0d9bc3d599092f1e31f2ed248ea1ac3506e35ebb.tar.gz gentoo-0d9bc3d599092f1e31f2ed248ea1ac3506e35ebb.tar.bz2 gentoo-0d9bc3d599092f1e31f2ed248ea1ac3506e35ebb.zip |
sys-apps/watchdog: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-apps/watchdog')
-rw-r--r-- | sys-apps/watchdog/files/watchdog-init.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/watchdog/files/watchdog-init.d b/sys-apps/watchdog/files/watchdog-init.d index fdfe66b9c2ae..a6468387ba3b 100644 --- a/sys-apps/watchdog/files/watchdog-init.d +++ b/sys-apps/watchdog/files/watchdog-init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |