]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/cmd/cwfs/main.c
cwfs: removed annoying 'grow from' message
[plan9front.git] / sys / src / cmd / cwfs / main.c
index bd8265c0c686a6d18bf3f5992e9d14c608166929..e9037a67103c200f3ece11047495ec628dc10ab2 100644 (file)
@@ -194,7 +194,7 @@ postservice(void)
 
        /* post cmd service */
        snprint(buf, sizeof(buf), "#s/%s.cmd", service);
-       srvfd(buf, 0222, p[0]);
+       srvfd(buf, 0220, p[0]);
        close(p[0]);
 
        /* use it as stdin */
@@ -410,6 +410,9 @@ main(int argc, char **argv)
         * processes to read the console
         */
        consserve();
+
+       /* success */
+       exits(nil);
 }
 
 /*