Revision 6e991d0e configure.ac

b/configure.ac
176 176
AC_SUBST(MASTERD_GROUP, $group_masterd)
177 177
AC_SUBST(DAEMONS_GROUP, $group_daemons)
178 178

  
179
# --with-wipe-cmd=...
180
AC_ARG_WITH([wipe-cmd],
181
  [AS_HELP_STRING([--with-wipe-cmd=COMMAND],
182
    [wipe command including all options. Path will be appended to this value]
183
    [ (default is dd if=/dev/zero bs=1024k oflag=direct of=)]
184
  )],
185
  [wipe_cmd="${withval}"],
186
  [wipe_cmd="dd if=/dev/zero bs=1024k oflag=direct of="])
187
AC_SUBST(WIPE_CMD, $wipe_cmd)
188

  
179 189
# Print the config to the user
180 190
AC_MSG_NOTICE([Running ganeti-masterd as $group_masterd:$group_masterd])
181 191
AC_MSG_NOTICE([Running ganeti-rapi as $user_rapi:$group_rapi])

Also available in: Unified diff