فهرست منبع

* Added some spacing after 'uname' in -C

svn: 1963
Bryan Drewery 21 سال پیش
والد
کامیت
8e99178d5e
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      src/conf.c

+ 3 - 2
src/conf.c

@@ -710,6 +710,8 @@ writeconf(char *filename, FILE * stream, int bits)
   } else
     my_write(f, "! uname %s\n", conf.uname);
 
+  comment("");
+
   my_write(f, "! username %s\n", conf.username ? conf.username : my_username());
   if (conf.username && strcmp(conf.username, my_username()))
     my_write(f, "#! username %s\n", my_username());
@@ -726,8 +728,7 @@ writeconf(char *filename, FILE * stream, int bits)
   } else
     my_write(f, "! binpath %s\n", conf.binpath);
 
-  comment
-    ("# binname is relative to binpath, if you change this, you'll need to manually remove the old one from crontab.");
+  comment("# binname is relative to binpath, if you change this, you'll need to manually remove the old one from crontab.");
   my_write(f, "! binname %s\n", conf.binname);
 
   comment("");