diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:51 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 6352bcb6c168133555d78b34de9482eb5da979c1 (patch) | |
tree | b9d446791fec1470b5378a63240da15212d1b2d8 /dev-db/ctdb/files | |
parent | dev-db/couchdb: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-6352bcb6c168133555d78b34de9482eb5da979c1.tar.gz gentoo-6352bcb6c168133555d78b34de9482eb5da979c1.tar.bz2 gentoo-6352bcb6c168133555d78b34de9482eb5da979c1.zip |
dev-db/ctdb: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'dev-db/ctdb/files')
-rw-r--r-- | dev-db/ctdb/files/ctdb.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/ctdb/files/ctdb.initd b/dev-db/ctdb/files/ctdb.initd index ca96019e22b1..d8b82237e187 100644 --- a/dev-db/ctdb/files/ctdb.initd +++ b/dev-db/ctdb/files/ctdb.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run depend() { need localmount |