BSD 2 development
authorEric Schmidt <schmidt@ucbvax.Berkeley.EDU>
Thu, 19 Apr 1979 05:02:27 +0000 (21:02 -0800)
committerEric Schmidt <schmidt@ucbvax.Berkeley.EDU>
Thu, 19 Apr 1979 05:02:27 +0000 (21:02 -0800)
Work on file src/net/netqstats
Work on file src/net/setlength
Work on file src/net/start

Synthesized-from: 2bsd

src/net/netqstats [new file with mode: 0644]
src/net/setlength [new file with mode: 0644]
src/net/start [new file with mode: 0644]

diff --git a/src/net/netqstats b/src/net/netqstats
new file mode 100644 (file)
index 0000000..de019ec
--- /dev/null
@@ -0,0 +1,3 @@
+chdir /usr/net
+date >>netqstats
+/usr/new/netq -a $1 | wc >>netqstats
diff --git a/src/net/setlength b/src/net/setlength
new file mode 100644 (file)
index 0000000..6ce98d4
--- /dev/null
@@ -0,0 +1,10 @@
+# set the length of the logfiles
+set a=$1
+set tmp=setl$$
+shift
+unset noclobber
+foreach i ($argv)
+       tail -$a $i >/tmp/$tmp
+       cp /tmp/$tmp $i
+end
+rm -f /tmp/$tmp
diff --git a/src/net/start b/src/net/start
new file mode 100644 (file)
index 0000000..638644f
--- /dev/null
@@ -0,0 +1,5 @@
+cd /usr/net
+rm -f rcv/*
+csh bin/setlength 50 plogfiley logfile netstaty netqstats
+csh bin/fixusernames &
+bin/netstart y &