Ticket #109 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

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

Changed 5 years ago by ahanke

See also #112 (similar issue)

Changed 5 years ago by lathiat

  • owner changed from lennart to lathiat
  • status changed from new to assigned
  • milestone set to Avahi 0.6.18

Changed 5 years ago by lennart

  • status changed from assigned to closed
  • resolution set to fixed

(In [1418]) fix a typo in configure.ac. found by tedp. closes #109

Note: See TracTickets for help on using tickets.