X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Fafp_options.c;h=223f117881e20ca8b485290b4577ec6a999708d3;hb=d2da4b77412a33dc2d62c7877e7b331285dadab6;hp=74275f768f281d6fe0b179da467a49bb4c546aaa;hpb=b0cd81f83c380d93c7019e43910cff73b0d5e800;p=netatalk.git diff --git a/etc/afpd/afp_options.c b/etc/afpd/afp_options.c index 74275f76..223f1178 100644 --- a/etc/afpd/afp_options.c +++ b/etc/afpd/afp_options.c @@ -227,7 +227,6 @@ static void show_paths( void ) printf( " afp_voluuid.conf:\t%s\n", _PATH_STATEDIR "afp_voluuid.conf"); printf( " UAM search path:\t%s\n", _PATH_AFPDUAMPATH ); printf( " Server messages path:\t%s\n", SERVERTEXT); - printf( " lockfile:\t%s\n", _PATH_AFPDLOCK); } /* @@ -243,7 +242,7 @@ void afp_options_parse_cmdline(AFPObj *obj, int ac, char **av) { int c, err = 0; - while (EOF != ( c = getopt( ac, av, "dFvVh" )) ) { + while (EOF != ( c = getopt( ac, av, "dF:vVh" )) ) { switch ( c ) { case 'd': obj->cmdlineflags |= OPTION_DEBUG;