Codebase list cyrus-sasl2 / 705a788
Add trailing slash to find command in init script, so people can have /etc/default as symlink Ondřej Surý 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1818
1919 # Global variables
2020 DAEMON=/usr/sbin/saslauthd
21 DEFAULT_FILES=`find /etc/default -regex '/etc/default/saslauthd[_a-zA-Z0-9\-]*$' -print | sort`
21 DEFAULT_FILES=`find /etc/default/ -regex '/etc/default/saslauthd[_a-zA-Z0-9\-]*$' -print | sort`
2222
2323 # Exit if the package is not installed
2424 [ -x "$DAEMON" ] || exit 0