diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-06-15 13:14:18 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-06-16 10:23:37 -0400 |
commit | fc8381f5ae7ef60c556beadf6deb8de887262f1b (patch) | |
tree | 8a1f627a4373d960d25af39f322b0120a06e3ef8 /server | |
parent | 6c66ae51d0fff5587bc05bbdc98ae5ba06363f04 (diff) | |
download | sssd-fc8381f5ae7ef60c556beadf6deb8de887262f1b.tar.gz sssd-fc8381f5ae7ef60c556beadf6deb8de887262f1b.tar.xz sssd-fc8381f5ae7ef60c556beadf6deb8de887262f1b.zip |
Make SysV script install executable
Diffstat (limited to 'server')
-rw-r--r-- | server/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Makefile.am b/server/Makefile.am index 7fdce6cd2..acf060c6c 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -421,7 +421,7 @@ SUFFIXES = .1.xml .1 .3.xml .3 .5.xml .5 .8.xml .8 # Installation Extras # ####################### -dist_init_DATA = \ +dist_init_SCRIPTS = \ sysv/sssd installsssddirs:: |