Skip to content

Commit

Permalink
Makefile: kamailio user home dir set to /var/run/kamailio for install…
Browse files Browse the repository at this point in the history
…-initd-centos

- affects the useradd command
- it was pointing to lib dir

(cherry picked from commit dc2d3c3)
  • Loading branch information
miconda committed Jun 24, 2015
1 parent 388433d commit 2894aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -999,7 +999,7 @@ install_initd_centos install-initd-centos:
> /etc/default/$(NAME)
/usr/sbin/groupadd -r $(NAME)
/usr/sbin/useradd -r -g $(NAME) -s /bin/false -c "Kamailio Daemon" \
-d ${lib_prefix}/${lib_dir} $(NAME)
-d /var/run/$(NAME) $(NAME)

.PHONY: dbschema
dbschema:
Expand Down

0 comments on commit 2894aff

Please sign in to comment.