diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:56 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 5cd4ad736a3fd2ae83b10b033b345f80af6bf648 (patch) | |
tree | a3ca7e5a3ba238659e5eae4589b04bbf9b5a22ea /sys-auth/sssd | |
parent | sys-auth/pam_smb: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-5cd4ad736a3fd2ae83b10b033b345f80af6bf648.tar.gz gentoo-5cd4ad736a3fd2ae83b10b033b345f80af6bf648.tar.bz2 gentoo-5cd4ad736a3fd2ae83b10b033b345f80af6bf648.zip |
sys-auth/sssd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-auth/sssd')
-rw-r--r-- | sys-auth/sssd/files/0002_allow_xdm_openrc.patch | 2 | ||||
-rw-r--r-- | sys-auth/sssd/files/allow_xdm.patch | 2 | ||||
-rw-r--r-- | sys-auth/sssd/files/sssd | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-auth/sssd/files/0002_allow_xdm_openrc.patch b/sys-auth/sssd/files/0002_allow_xdm_openrc.patch index 40d64cbf41ff..63e23f13d7ae 100644 --- a/sys-auth/sssd/files/0002_allow_xdm_openrc.patch +++ b/sys-auth/sssd/files/0002_allow_xdm_openrc.patch @@ -1,7 +1,7 @@ --- src/sysv/gentoo/sssd.old 2011-08-02 23:14:48.000000000 +0300 +++ src/sysv/gentoo/sssd 2011-08-24 12:15:18.413929409 +0300 @@ -1,13 +1,13 @@ - #!/sbin/runscript + #!/sbin/openrc-run depend(){ - need localmount netmount clock diff --git a/sys-auth/sssd/files/allow_xdm.patch b/sys-auth/sssd/files/allow_xdm.patch index 40d64cbf41ff..63e23f13d7ae 100644 --- a/sys-auth/sssd/files/allow_xdm.patch +++ b/sys-auth/sssd/files/allow_xdm.patch @@ -1,7 +1,7 @@ --- src/sysv/gentoo/sssd.old 2011-08-02 23:14:48.000000000 +0300 +++ src/sysv/gentoo/sssd 2011-08-24 12:15:18.413929409 +0300 @@ -1,13 +1,13 @@ - #!/sbin/runscript + #!/sbin/openrc-run depend(){ - need localmount netmount clock diff --git a/sys-auth/sssd/files/sssd b/sys-auth/sssd/files/sssd index dbf7850227c4..c79b79ac1e18 100644 --- a/sys-auth/sssd/files/sssd +++ b/sys-auth/sssd/files/sssd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |