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