]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/status.c
remove legacy stuff
[netatalk.git] / etc / afpd / status.c
index 0f45ce4571ab7cf1cdc0c1cbb1af4582b1419313..1bc08862ce6e358708c5dc5ad74b63a4059b9244 100644 (file)
@@ -497,7 +497,7 @@ void status_init(AFPObj *obj, DSI *dsi)
 /* If not found in conf file, genarate and append in conf file.       */
 /* If conf file don't exist, create and genarate.                     */
 /* If cannot open conf file, use one-time signature.                  */
-/* If -signature user:xxxxx, use it.                                  */
+/* If signature = user:xxxxx, use it.                                  */
 
 void set_signature(struct afp_options *options) {
     char *usersign;
@@ -637,7 +637,7 @@ server_signature_random:
         fprintf(fp, "# ServerSignature is unique identifier used to prevent logging on to\n");
         fprintf(fp, "# the same server twice.\n");
         fprintf(fp, "# \n");
-        fprintf(fp, "# If setting \"-signature user:xxxxx\" in afpd.conf, this file is not used.\n\n");
+        fprintf(fp, "# If setting \"signature = user:xxxxx\" in afp.conf, this file is not used.\n\n");
     }
     
     if (fp) {