diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:28:00 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | e1b7b5d18c6a9900ed80166b683b291c7490156f (patch) | |
tree | b1817da62efc77b58150e7abf883f2c5fcb8cd20 /dev-db/slony1 | |
parent | dev-db/redis: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-e1b7b5d18c6a9900ed80166b683b291c7490156f.tar.gz gentoo-e1b7b5d18c6a9900ed80166b683b291c7490156f.tar.bz2 gentoo-e1b7b5d18c6a9900ed80166b683b291c7490156f.zip |
dev-db/slony1: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'dev-db/slony1')
-rw-r--r-- | dev-db/slony1/files/slony1.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/slony1/files/slony1.init b/dev-db/slony1/files/slony1.init index 1e1443b0ac2f..100497e53fba 100644 --- a/dev-db/slony1/files/slony1.init +++ b/dev-db/slony1/files/slony1.init @@ -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$ |