68
70
CONFDIR="/conf/conf.d/mandos"
70
72
PLUGINDIR="${MANDOSDIR}/plugins.d"
71
74
HOOKDIR="${MANDOSDIR}/network-hooks.d"
74
77
install --directory --mode=u=rwx,go=rx "${DESTDIR}${CONFDIR}" \
76
80
install --owner=${mandos_user} --group=${mandos_group} --directory \
77
81
--mode=u=rwx "${DESTDIR}${PLUGINDIR}"
79
83
# Copy the Mandos plugin runner
84
88
# Copy the packaged plugins
86
90
base="`basename \"$file\"`"
87
91
# Is this plugin overridden?
88
92
if [ -e "/etc/mandos/plugins.d/$base" ]; then