4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / usr.bin / uucp / uuq / uuq.c
index 6c0cc8f..47c45ed 100644 (file)
@@ -1,12 +1,19 @@
+/*-
+ * Copyright (c) 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
+ *
+ * %sccs.include.redist.c%
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)uuq.c      4.9     (Berkeley) %G%";
-#endif
+static char copyright[] =
+"@(#) Copyright (c) 1988, 1993\n\
+       The Regents of the University of California.  All rights reserved.\n";
+#endif /* not lint */
 
 
-/*
- * This file contains no ATT code and is not subject to the ATT
- * license provisions regarding redistribution.
- *     Rick Adams 2/23/88
- */
+#ifndef lint
+static char sccsid[] = "@(#)uuq.c      8.1 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * uuq - looks at uucp queues
 
 /*
  * uuq - looks at uucp queues
@@ -89,9 +96,10 @@ char **argv;
        strcpy(Progname, "uuq");
        uucpname(Myname);
 
        strcpy(Progname, "uuq");
        uucpname(Myname);
 
-       while ((i = getopt(argc, argv, "r:s:u:d:b:hl")) != EOF)
+       while ((i = getopt(argc, argv, "r:S:s:u:d:b:hl")) != EOF)
                switch (i) {
                case 'r':
                switch (i) {
                case 'r':
+               case 'S':
                        Spool = optarg;
                        break;
                case 's':
                        Spool = optarg;
                        break;
                case 's':