From owner-cvs-libexec Sun Aug 6 04:20:41 1995 Return-Path: cvs-libexec-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id EAA10102 for cvs-libexec-outgoing; Sun, 6 Aug 1995 04:20:41 -0700 Received: (from markm@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id EAA10092 ; Sun, 6 Aug 1995 04:20:36 -0700 Date: Sun, 6 Aug 1995 04:20:36 -0700 From: Mark Murray Message-Id: <199508061120.EAA10092@freefall.cdrom.com> To: CVS-commiters, cvs-libexec Subject: cvs commit: src/libexec Makefile Sender: cvs-libexec-owner@freebsd.org Precedence: bulk markm 95/08/06 04:20:36 Modified: libexec Makefile Log: Only build telnetd if secure telnetd is not going to be built. Reviewed by: rgrimes From owner-cvs-libexec Sun Aug 6 17:21:03 1995 Return-Path: cvs-libexec-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id RAA22931 for cvs-libexec-outgoing; Sun, 6 Aug 1995 17:21:03 -0700 Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id RAA22902 ; Sun, 6 Aug 1995 17:20:52 -0700 Received: from localhost.cs.tu-berlin.de ([130.149.1.128]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id CAA11399; Mon, 7 Aug 1995 02:17:25 +0200 Received: (from wosch@localhost) by localhost (8.6.9/8.6.9) id BAA07154; Mon, 7 Aug 1995 01:44:05 +0200 Date: Mon, 7 Aug 1995 01:44:05 +0200 From: Wolfram Schneider Message-Id: <199508062344.BAA07154@localhost> To: Paul Traina Cc: "Jordan K. Hubbard" , CVS-commiters@freefall.cdrom.com, cvs-libexec@freefall.cdrom.com Subject: Re: cvs commit: src/libexec/getty gettytab.5 main.c In-Reply-To: <199508011540.IAA00980@precipice.shockwave.com> References: <199508011312.GAA23553@freefall.cdrom.com> <199508011540.IAA00980@precipice.shockwave.com> Reply-to: Wolfram Schneider MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: cvs-libexec-owner@freebsd.org Precedence: bulk Paul Traina writes: >This is pretty bogus (IMO). This is absolutely positivel NOT the sort of >information you want to present to a user before they've logged in. You know this famous program called 'sendmail'? $ telnet localhost smtp Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 220-localhost Sendmail 8.6.9/8.6.9 ready at Mon, 7 Aug 1995 01:39:45 +0200 ^^^^^^^^^^^Version ^^^TZ/country/law 220 ESMTP spoken here ^^^protocol Wolfram >Paul > > From: "Jordan K. Hubbard" > Subject: cvs commit: src/libexec/getty gettytab.5 main.c > jkh 95/08/01 06:12:25 > > Modified: libexec/getty gettytab.5 main.c > Log: > A useful aid.. Add support for: > > %r: current release > %m: machine architecture type (i386 for now) > %s: OS name (FreeBSD) > > from uname() in banner string. From owner-cvs-libexec Sun Aug 6 18:02:34 1995 Return-Path: cvs-libexec-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id SAA27687 for cvs-libexec-outgoing; Sun, 6 Aug 1995 18:02:34 -0700 Received: from haywire.DIALix.COM (haywire.DIALix.COM [192.203.228.65]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id SAA27679 ; Sun, 6 Aug 1995 18:02:21 -0700 Received: (from peter@localhost) by haywire.DIALix.COM (8.7.Beta.11/8.7.Beta.11/DIALix) id JAA00546; Mon, 7 Aug 1995 09:01:37 +0800 (WST) Date: Mon, 7 Aug 1995 09:01:36 +0800 (WST) From: Peter Wemm To: Wolfram Schneider cc: Paul Traina , "Jordan K. Hubbard" , CVS-commiters@freefall.cdrom.com, cvs-libexec@freefall.cdrom.com Subject: Re: cvs commit: src/libexec/getty gettytab.5 main.c In-Reply-To: <199508062344.BAA07154@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: cvs-libexec-owner@freebsd.org Precedence: bulk On Mon, 7 Aug 1995, Wolfram Schneider wrote: > > Paul Traina writes: > >This is pretty bogus (IMO). This is absolutely positivel NOT the sort of > >information you want to present to a user before they've logged in. > > You know this famous program called 'sendmail'? > > $ telnet localhost smtp > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > 220-localhost Sendmail 8.6.9/8.6.9 ready at Mon, 7 Aug 1995 01:39:45 +0200 > ^^^^^^^^^^^Version ^^^TZ/country/law > 220 ESMTP spoken here > ^^^protocol > > Wolfram Yes, this is unfortunate. Even Satan knows how to scan for the version numbers of known-vulnerable sendmails, and I've seen a few programs that some of our wannabe-elite-cracker type users have left behind after being dispatched.. Lets just say that some of the heuristics about trying to deduce vulnerabilities from the 220-signon were interesting.. :-) Adding a special pseudo-domain-name to "named" was on the cards for a while too. eg: dig @hostname VERSION. TXT - but this was eventually dropped too for security reasons.. Most older named's have spoofing problems, and the 4.9.0 and 4.9.2 series have their own problems. Even 4.9.3 <= beta18 has problems with accepting bogus data as authorative, potentially being exploitable. Sigh. Having this sort of information is nice, provided that it's kept away from the public, or you're prepared upgrade at the very second that a hole is found, and the fix becomes available. -Peter From owner-cvs-libexec Wed Aug 9 20:58:21 1995 Return-Path: cvs-libexec-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id UAA15507 for cvs-libexec-outgoing; Wed, 9 Aug 1995 20:58:21 -0700 Received: (from ache@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id UAA15496 ; Wed, 9 Aug 1995 20:58:15 -0700 Date: Wed, 9 Aug 1995 20:58:15 -0700 From: "Andrey A. Chernov" Message-Id: <199508100358.UAA15496@freefall.FreeBSD.org> To: CVS-commiters, cvs-libexec Subject: cvs commit: src/libexec/atrun - Imported sources Sender: cvs-libexec-owner@freebsd.org Precedence: bulk ache 95/08/09 20:58:14 Branch: libexec/atrun 1.1.1 Log: Initial import of version 2.9 Status: Vendor Tag: koenig Release Tags: at_2_9 N src/libexec/atrun/LEGAL N src/libexec/atrun/gloadavg.h C src/libexec/atrun/atrun.c C src/libexec/atrun/atrun.man N src/libexec/atrun/gloadavg.c 2 conflicts created by this import. Use the following command to help the merge: cvs checkout -jkoenig:yesterday -jkoenig src/libexec/atrun From owner-cvs-libexec Wed Aug 9 21:07:01 1995 Return-Path: cvs-libexec-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id VAA15849 for cvs-libexec-outgoing; Wed, 9 Aug 1995 21:07:01 -0700 Received: (from ache@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id VAA15838 ; Wed, 9 Aug 1995 21:06:56 -0700 Date: Wed, 9 Aug 1995 21:06:56 -0700 From: "Andrey A. Chernov" Message-Id: <199508100406.VAA15838@freefall.FreeBSD.org> To: CVS-commiters, cvs-libexec Subject: cvs commit: src/libexec/atrun Makefile atrun.c gloadavg.c gloadavg.h Sender: cvs-libexec-owner@freebsd.org Precedence: bulk ache 95/08/09 21:06:56 Modified: libexec/atrun Makefile atrun.c gloadavg.c gloadavg.h Log: Merge conflicts, add local changes. From owner-cvs-libexec Wed Aug 9 22:44:09 1995 Return-Path: cvs-libexec-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id WAA19183 for cvs-libexec-outgoing; Wed, 9 Aug 1995 22:44:09 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id WAA19174 ; Wed, 9 Aug 1995 22:44:03 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id WAA00793; Wed, 9 Aug 1995 22:43:59 -0700 From: "Rodney W. Grimes" Message-Id: <199508100543.WAA00793@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/libexec/atrun - Imported sources To: ache@freefall.FreeBSD.org (Andrey A. Chernov) Date: Wed, 9 Aug 1995 22:43:59 -0700 (PDT) Cc: CVS-commiters@freefall.FreeBSD.org, cvs-libexec@freefall.FreeBSD.org In-Reply-To: <199508100358.UAA15496@freefall.FreeBSD.org> from "Andrey A. Chernov" at Aug 9, 95 08:58:15 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 877 Sender: cvs-libexec-owner@freebsd.org Precedence: bulk > > ache 95/08/09 20:58:14 > > Branch: libexec/atrun 1.1.1 > Log: > Initial import of version 2.9 > > Status: > > Vendor Tag: koenig > Release Tags: at_2_9 > > N src/libexec/atrun/LEGAL > N src/libexec/atrun/gloadavg.h > C src/libexec/atrun/atrun.c > C src/libexec/atrun/atrun.man > N src/libexec/atrun/gloadavg.c > > 2 conflicts created by this import. > Use the following command to help the merge: > > cvs checkout -jkoenig:yesterday -jkoenig src/libexec/atrun STOP!!!! You already screwed up one area, why do you continue to work after you have already had a problem doing this that you could not handle fixing. You are not using proper tags either :-(. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-cvs-libexec Wed Aug 9 22:52:45 1995 Return-Path: cvs-libexec-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id WAA19680 for cvs-libexec-outgoing; Wed, 9 Aug 1995 22:52:45 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id WAA19674 ; Wed, 9 Aug 1995 22:52:41 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id WAA00852; Wed, 9 Aug 1995 22:52:36 -0700 From: "Rodney W. Grimes" Message-Id: <199508100552.WAA00852@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/libexec/atrun - Imported sources To: rgrimes@gndrsh.aac.dev.com (Rodney W. Grimes) Date: Wed, 9 Aug 1995 22:52:36 -0700 (PDT) Cc: ache@freefall.FreeBSD.org, CVS-commiters@freefall.FreeBSD.org, cvs-libexec@freefall.FreeBSD.org In-Reply-To: <199508100543.WAA00793@gndrsh.aac.dev.com> from "Rodney W. Grimes" at Aug 9, 95 10:43:59 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1274 Sender: cvs-libexec-owner@freebsd.org Precedence: bulk > > > > > ache 95/08/09 20:58:14 > > > > Branch: libexec/atrun 1.1.1 > > Log: > > Initial import of version 2.9 > > > > Status: > > > > Vendor Tag: koenig > > Release Tags: at_2_9 > > > > N src/libexec/atrun/LEGAL > > N src/libexec/atrun/gloadavg.h > > C src/libexec/atrun/atrun.c > > C src/libexec/atrun/atrun.man > > N src/libexec/atrun/gloadavg.c > > > > 2 conflicts created by this import. > > Use the following command to help the merge: > > > > cvs checkout -jkoenig:yesterday -jkoenig src/libexec/atrun > > STOP!!!! You already screwed up one area, why do you continue to > work after you have already had a problem doing this that you could > not handle fixing. Sorry, jumped to a bad conclusion, my mail is coming in seriously out of order. The commit message finally showed up that I thougt got lost, and this came in way way after your please for help, and I thought you had continued to work after already having a problem. > You are not using proper tags either :-(. This still holds true. Vendor tags are to be all UPPER case letters. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-cvs-libexec Wed Aug 9 23:00:44 1995 Return-Path: cvs-libexec-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id XAA20125 for cvs-libexec-outgoing; Wed, 9 Aug 1995 23:00:44 -0700 Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id XAA20074 ; Wed, 9 Aug 1995 23:00:31 -0700 Received: by sequent.kiae.su id AA29333 (5.65.kiae-2 ); Thu, 10 Aug 1995 10:00:10 +0400 Received: by sequent.KIAE.su (UUMAIL/2.0); Thu, 10 Aug 95 10:00:09 +0400 Received: (from ache@localhost) by astral.msk.su (8.6.8/8.6.6) id JAA01898; Thu, 10 Aug 1995 09:56:44 +0400 To: "Andrey A. Chernov" , "Rodney W. Grimes" Cc: CVS-commiters@freefall.FreeBSD.org, cvs-libexec@freefall.FreeBSD.org References: <199508100543.WAA00793@gndrsh.aac.dev.com> In-Reply-To: <199508100543.WAA00793@gndrsh.aac.dev.com>; from "Rodney W. Grimes" at Wed, 9 Aug 1995 22:43:59 -0700 (PDT) Message-Id: Organization: Olahm Ha-Yetzirah Date: Thu, 10 Aug 1995 09:56:44 +0400 (MSD) X-Mailer: Mail/@ [v2.40 FreeBSD] From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast Subject: Re: cvs commit: src/libexec/atrun - Imported sources Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: cvs-libexec-owner@freebsd.org Precedence: bulk In message <199508100543.WAA00793@gndrsh.aac.dev.com> Rodney W. Grimes writes: >> >> ache 95/08/09 20:58:14 >> >> Branch: libexec/atrun 1.1.1 >> Log: >> Initial import of version 2.9 >> >> Status: >> >> Vendor Tag: koenig >> Release Tags: at_2_9 >> >> N src/libexec/atrun/LEGAL >> N src/libexec/atrun/gloadavg.h >> C src/libexec/atrun/atrun.c >> C src/libexec/atrun/atrun.man >> N src/libexec/atrun/gloadavg.c >> >> 2 conflicts created by this import. >> Use the following command to help the merge: >> >> cvs checkout -jkoenig:yesterday -jkoenig src/libexec/atrun >STOP!!!! You already screwed up one area, why do you continue to >work after you have already had a problem doing this that you could >not handle fixing. This commit occurse before I notice problem with importing usr.bin/at and before I got your replies ether. See date of the message. >You are not using proper tags either :-(. "At" isn't freebsd-native stuff and developed very independently. Vendor tag: koenig Release tag: at_2_9 Looks proper or what? As I see right now, very first import goes without vendor and release tag, I don't understand how it ever can happens. I was under assumption that very first import have vendor: koenig and release: at_2_7 or something like. -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - FidoNet: 2:5020/230.3 : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-cvs-libexec Wed Aug 9 23:20:14 1995 Return-Path: cvs-libexec-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id XAA20878 for cvs-libexec-outgoing; Wed, 9 Aug 1995 23:20:14 -0700 Received: from sovcom.kiae.su (sovcom.kiae.su [144.206.136.1]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id XAA20846 ; Wed, 9 Aug 1995 23:19:58 -0700 Received: by sovcom.kiae.su id AA09517 (5.65.kiae-1 ); Thu, 10 Aug 1995 09:05:46 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Thu, 10 Aug 95 09:05:46 +0300 Received: (from ache@localhost) by astral.msk.su (8.6.8/8.6.6) id KAA01976; Thu, 10 Aug 1995 10:04:22 +0400 To: "Rodney W. Grimes" Cc: CVS-commiters@freefall.FreeBSD.org, ache@freefall.FreeBSD.org, cvs-libexec@freefall.FreeBSD.org References: <199508100552.WAA00852@gndrsh.aac.dev.com> In-Reply-To: <199508100552.WAA00852@gndrsh.aac.dev.com>; from "Rodney W. Grimes" at Wed, 9 Aug 1995 22:52:36 -0700 (PDT) Message-Id: Organization: Olahm Ha-Yetzirah Date: Thu, 10 Aug 1995 10:04:22 +0400 (MSD) X-Mailer: Mail/@ [v2.40 FreeBSD] From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast Subject: Re: cvs commit: src/libexec/atrun - Imported sources Lines: 18 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 741 Sender: cvs-libexec-owner@freebsd.org Precedence: bulk In message <199508100552.WAA00852@gndrsh.aac.dev.com> Rodney W. Grimes writes: >> You are not using proper tags either :-(. >This still holds true. Vendor tags are to be all UPPER case letters. I was confused with tags policy, I remember message from you which says _not_ use uppercase letters for tags to not interfere with release tags. If it changed now or I miss something, please, describe desired forms of vendor and release tags. -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - FidoNet: 2:5020/230.3 : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-cvs-libexec Thu Aug 10 14:15:13 1995 Return-Path: cvs-libexec-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id OAA24766 for cvs-libexec-outgoing; Thu, 10 Aug 1995 14:15:13 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id OAA24713 ; Thu, 10 Aug 1995 14:14:55 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id MAA02078; Thu, 10 Aug 1995 12:23:16 -0700 From: "Rodney W. Grimes" Message-Id: <199508101923.MAA02078@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/libexec/atrun - Imported sources To: ache@astral.msk.su (=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=) Date: Thu, 10 Aug 1995 12:23:16 -0700 (PDT) Cc: CVS-commiters@freefall.FreeBSD.org, ache@freefall.FreeBSD.org, cvs-libexec@freefall.FreeBSD.org In-Reply-To: from "=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=" at Aug 10, 95 10:04:22 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1283 Sender: cvs-libexec-owner@freebsd.org Precedence: bulk > > In message <199508100552.WAA00852@gndrsh.aac.dev.com> Rodney W. Grimes > writes: > > >> You are not using proper tags either :-(. > > >This still holds true. Vendor tags are to be all UPPER case letters. > > I was confused with tags policy, I remember message from you > which says _not_ use uppercase letters for tags to not interfere > with release tags. This changed about 3 or 4 months back, when easy_import was done and I reduced the ``reserved'' name space down to ``RELENG*'' and asked that vendor tags be UPPER case to simplify finding them. > If it changed now or I miss something, please, describe desired forms > of vendor and release tags. Please read src/gnu/usr.bin/cvs/contrib/easy_import.perl, it has regular expressions that should translate better than my english :-) Please, as asked by Peter, don't do any further imports until Peter and I have looked at just what this does to a non vendor branched chunk of code, something we where already trying to work out as we have a lot of code not on vendor branches, and we would like to convert to them, but do so _cleanly_ if at all possible. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-cvs-libexec Sat Aug 12 06:36:19 1995 Return-Path: cvs-libexec-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id GAA25351 for cvs-libexec-outgoing; Sat, 12 Aug 1995 06:36:19 -0700 Received: (from ats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id GAA25341 ; Sat, 12 Aug 1995 06:36:11 -0700 Date: Sat, 12 Aug 1995 06:36:11 -0700 From: Andreas Schulz Message-Id: <199508121336.GAA25341@freefall.FreeBSD.org> To: CVS-commiters, cvs-libexec Subject: cvs commit: src/libexec/atrun atrun.c Sender: cvs-libexec-owner@freebsd.org Precedence: bulk ats 95/08/12 06:36:11 Modified: libexec/atrun atrun.c Log: Correct a little typo in a syslog message. Someboy -> Somebody. From owner-cvs-libexec Sat Aug 12 06:58:24 1995 Return-Path: cvs-libexec-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id GAA25791 for cvs-libexec-outgoing; Sat, 12 Aug 1995 06:58:24 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id GAA25785 ; Sat, 12 Aug 1995 06:58:01 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id GAA06113; Sat, 12 Aug 1995 06:57:45 -0700 From: "Rodney W. Grimes" Message-Id: <199508121357.GAA06113@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/libexec/atrun atrun.c To: ats@freefall.FreeBSD.org (Andreas Schulz) Date: Sat, 12 Aug 1995 06:57:45 -0700 (PDT) Cc: CVS-commiters@freefall.FreeBSD.org, cvs-libexec@freefall.FreeBSD.org In-Reply-To: <199508121336.GAA25341@freefall.FreeBSD.org> from "Andreas Schulz" at Aug 12, 95 06:36:11 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 460 Sender: cvs-libexec-owner@freebsd.org Precedence: bulk > > ats 95/08/12 06:36:11 > > Modified: libexec/atrun atrun.c > Log: > Correct a little typo in a syslog message. Someboy -> Somebody. Please leave libexec/atrun and usr.sbin/at alone until Peter Wemm and myself get this repostitory stuff all fixed up to our satisfaction. Thank you, -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD