diff options
author | Mark Felder <feld@FreeBSD.org> | 2014-05-21 11:46:16 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2014-05-21 11:46:16 +0000 |
commit | f97d195f62a1ed7ce5bbee81bd8e3379c841599e (patch) | |
tree | d06bbeafc9bf57d256cf381851469eb2dce46cb1 /security/sssd | |
parent | 74ddb3f627ba84601c6004e76112c5c00f0c4ce9 (diff) | |
download | ports-f97d195f62a1ed7ce5bbee81bd8e3379c841599e.tar.gz ports-f97d195f62a1ed7ce5bbee81bd8e3379c841599e.zip |
Notes
Diffstat (limited to 'security/sssd')
-rw-r--r-- | security/sssd/Makefile | 2 | ||||
-rw-r--r-- | security/sssd/files/sssd.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/sssd/Makefile b/security/sssd/Makefile index 73667404e4fe..48f0166a7670 100644 --- a/security/sssd/Makefile +++ b/security/sssd/Makefile @@ -3,7 +3,7 @@ PORTNAME= sssd DISTVERSION= 1.9.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ diff --git a/security/sssd/files/sssd.in b/security/sssd/files/sssd.in index 36396c5966fd..b33a9b51609a 100644 --- a/security/sssd/files/sssd.in +++ b/security/sssd/files/sssd.in @@ -24,7 +24,7 @@ rcvar=sssd_enable load_rc_config "$name" : ${sssd_enable:=NO} -: ${sssd_conf="%%PREFIX%%/etc/sssd/ssd.conf"} +: ${sssd_conf="%%PREFIX%%/etc/sssd/sssd.conf"} : ${sssd_flags="-f -D"} command="%%PREFIX%%/sbin/$name" |