Ticket #109 (closed defect: fixed)
Typo in help string for --with-autoipd-user
| Reported by: | tedp | Owned by: | lathiat |
|---|---|---|---|
| Milestone: | Avahi 0.6.18 | Component: | build-system |
| Keywords: | Cc: |
Description
There's a typo in the help string for --with-autoipd-user - it is missing the 'o'. Only the output of --help is affected, the correct string is used in the actual configure code.
--- configure.ac (Revision 1396)
+++ configure.ac (Arbeitskopie)
@@ -736,7 +736,7 @@
AC_SUBST(AVAHI_PRIV_ACCESS_GROUP)
AC_DEFINE_UNQUOTED(AVAHI_PRIV_ACCESS_GROUP,"$AVAHI_PRIV_ACCESS_GROUP", [Privileged access group for Avahi clients])
-AC_ARG_WITH(autoipd_user, AS_HELP_STRING([--with-autipd-user=<user>],[User for running the avahi-autoipd daemon (avahi-autoipd)]))
+AC_ARG_WITH(autoipd_user, AS_HELP_STRING([--with-autoipd-user=<user>],[User for running the avahi-autoipd daemon (avahi-autoipd)]))
if test -z "$with_autoipd_user" ; then
AVAHI_AUTOIPD_USER=avahi-autoipd
else
Change History
Note: See
TracTickets for help on using
tickets.
