diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:26 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 23b6f0cbedd6deb073ffdd02c476665e9feecdde (patch) | |
tree | 203e1e3a6049bdf343f9bf77f9690302a43cb6d4 /app-laptop | |
parent | app-laptop/pbbuttonsd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-23b6f0cbedd6deb073ffdd02c476665e9feecdde.tar.gz gentoo-23b6f0cbedd6deb073ffdd02c476665e9feecdde.tar.bz2 gentoo-23b6f0cbedd6deb073ffdd02c476665e9feecdde.zip |
app-laptop/pommed: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/pommed/files/pommed.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-laptop/pommed/files/pommed.rc b/app-laptop/pommed/files/pommed.rc index 062d1a9c3994..23904fc7d3a0 100644 --- a/app-laptop/pommed/files/pommed.rc +++ b/app-laptop/pommed/files/pommed.rc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |