diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:31 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | b3eda01a2d738dee4a9861a04f640b36cb62dac4 (patch) | |
tree | 76d16f4c684dee318085cbc7f470e346264c872e /sys-fs/eudev | |
parent | sys-fs/cryptsetup: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-b3eda01a2d738dee4a9861a04f640b36cb62dac4.tar.gz gentoo-b3eda01a2d738dee4a9861a04f640b36cb62dac4.tar.bz2 gentoo-b3eda01a2d738dee4a9861a04f640b36cb62dac4.zip |
sys-fs/eudev: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-fs/eudev')
-rw-r--r-- | sys-fs/eudev/files/udev-postmount | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/eudev/files/udev-postmount b/sys-fs/eudev/files/udev-postmount index e433736db9f3..f1f94f48902a 100644 --- a/sys-fs/eudev/files/udev-postmount +++ b/sys-fs/eudev/files/udev-postmount @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |