From owner-cvs-usrbin Sun Jan 29 00:26:04 1995 Return-Path: cvs-usrbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id AAA19766 for cvs-usrbin-outgoing; Sun, 29 Jan 1995 00:26:04 -0800 Received: from precipice.Shockwave.COM (precipice.shockwave.com [171.69.108.33]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id AAA19760; Sun, 29 Jan 1995 00:26:00 -0800 Received: from localhost (localhost [127.0.0.1]) by precipice.Shockwave.COM (8.6.9/8.6.9) with SMTP id AAA06062; Sun, 29 Jan 1995 00:25:17 -0800 Message-Id: <199501290825.AAA06062@precipice.Shockwave.COM> To: Poul-Henning Kamp cc: CVS-commiters@freefall.cdrom.com, cvs-usrbin@freefall.cdrom.com Subject: Re: cvs commit: src/usr.bin/file2c Makefile file2c.1 file2c.c In-reply-to: Your message of "Sat, 28 Jan 1995 16:50:06 PST." <199501290050.QAA26218@freefall.cdrom.com> Date: Sun, 29 Jan 1995 00:25:17 -0800 From: Paul Traina Sender: cvs-usrbin-owner@FreeBSD.org Precedence: bulk Age old questions: Do we -really- need this in the src distribution? Isn't this a better canidate for ports? Shouldn't additions to src be discussed on core first? Paul From: Poul-Henning Kamp Subject: cvs commit: src/usr.bin/file2c Makefile file2c.1 file2c.c phk 95/01/28 16:50:04 Added: usr.bin/file2c Makefile file2c.1 file2c.c Log: This is a small little program used to execute a bad practice a clean way : >>-) It will read a file on stdin and write it as decimal integers on stdout, this is useful for embedding files in c-sources. There are a few places where this is needed, and this is a better way than the current practice of hand-editing the sources. The command: date | file2c 'const char date[] = {' ',0};' will produce: const char date[] = { 83,97,116,32,74,97,110,32,50,56,32,49,54,58,52,55,58,51,51,32,80,83,84, 32,49,57,57,53,10 ,0}; The manual page is 2 lines longer than the source :-) From owner-cvs-usrbin Sun Jan 29 13:46:23 1995 Return-Path: cvs-usrbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id NAA01737 for cvs-usrbin-outgoing; Sun, 29 Jan 1995 13:46:23 -0800 Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id NAA01727; Sun, 29 Jan 1995 13:46:16 -0800 Received: (from phk@localhost) by ref.tfs.com (8.6.8/8.6.6) id KAA29978; Sun, 29 Jan 1995 10:10:05 -0800 From: Poul-Henning Kamp Message-Id: <199501291810.KAA29978@ref.tfs.com> Subject: Re: cvs commit: src/usr.bin/file2c Makefile file2c.1 file2c.c To: pst@shockwave.com (Paul Traina) Date: Sun, 29 Jan 1995 10:10:04 -0800 (PST) Cc: phk@freefall.cdrom.com, CVS-commiters@freefall.cdrom.com, cvs-usrbin@freefall.cdrom.com In-Reply-To: <199501290825.AAA06062@precipice.Shockwave.COM> from "Paul Traina" at Jan 29, 95 00:25:17 am Content-Type: text Content-Length: 484 Sender: cvs-usrbin-owner@FreeBSD.org Precedence: bulk > > Age old questions: > Do we -really- need this in the src distribution? yes, cause we need it to build sysinstall. > > Isn't this a better canidate for ports? no. > > Shouldn't additions to src be discussed on core first? in general yes, in this case the release engineer just added it, and he is prepared to take any flak later. -- Poul-Henning Kamp TRW Financial Systems, Inc. FreeBSD has, until now, not one single time had an undetected error. :-) From owner-cvs-usrbin Sun Jan 29 16:52:43 1995 Return-Path: cvs-usrbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id QAA06045 for cvs-usrbin-outgoing; Sun, 29 Jan 1995 16:52:43 -0800 Received: from sovcom.kiae.su (sovcom.kiae.su [144.206.136.1]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id QAA06034; Sun, 29 Jan 1995 16:52:35 -0800 Received: by sovcom.kiae.su id AA16146 (5.65.kiae-2 ); Mon, 30 Jan 1995 03:42:01 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Mon, 30 Jan 95 03:41:59 +0300 Received: (from ache@localhost) by astral.msk.su (8.6.8/8.6.6) id DAA00701; Mon, 30 Jan 1995 03:30:19 +0300 To: CVS-commiters@freefall.cdrom.com, cvs-usrbin@freefall.cdrom.com, Poul-Henning Kamp References: <199501290050.QAA26218@freefall.cdrom.com> In-Reply-To: <199501290050.QAA26218@freefall.cdrom.com>; from Poul-Henning Kamp at Sat, 28 Jan 1995 16:50:06 -0800 Message-Id: Organization: Olahm Ha-Yetzirah Date: Mon, 30 Jan 1995 03:30:18 +0300 X-Mailer: Mail/@ [v2.31 FreeBSD] From: "Andrew A. Chernov, Black Mage" X-Class: Fast Subject: Re: cvs commit: src/usr.bin/file2c Makefile file2c.1 file2c.c Lines: 18 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 680 Sender: cvs-usrbin-owner@FreeBSD.org Precedence: bulk In message <199501290050.QAA26218@freefall.cdrom.com> Poul-Henning Kamp writes: > const char date[] = { > 83,97,116,32,74,97,110,32,50,56,32,49,54,58,52,55,58,51,51,32,80,83,84, > 32,49,57,57,53,10 > ,0}; I don't look innto sources (yet), what this thing do with 8bit chars? I.e. does it produce const char xxx[] = {-1,-2,-3}; or const unsigned char xxx[] = {255, 254, 253}; -- Andrew 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-usrbin Sun Jan 29 16:55:58 1995 Return-Path: cvs-usrbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id QAA06078 for cvs-usrbin-outgoing; Sun, 29 Jan 1995 16:55:58 -0800 Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id QAA06070; Sun, 29 Jan 1995 16:55:56 -0800 Received: (from phk@localhost) by ref.tfs.com (8.6.8/8.6.6) id QAA01806; Sun, 29 Jan 1995 16:55:51 -0800 From: Poul-Henning Kamp Message-Id: <199501300055.QAA01806@ref.tfs.com> Subject: Re: cvs commit: src/usr.bin/file2c Makefile file2c.1 file2c.c To: ache@astral.msk.su (Andrew A. Chernov, Black Mage) Date: Sun, 29 Jan 1995 16:55:50 -0800 (PST) Cc: CVS-commiters@freefall.cdrom.com, cvs-usrbin@freefall.cdrom.com, phk@freefall.cdrom.com In-Reply-To: from "Andrew A. Chernov, Black Mage" at Jan 30, 95 03:30:18 am Content-Type: text Content-Length: 478 Sender: cvs-usrbin-owner@FreeBSD.org Precedence: bulk > > const char date[] = { > > 83,97,116,32,74,97,110,32,50,56,32,49,54,58,52,55,58,51,51,32,80,83,84, > > 32,49,57,57,53,10 > > ,0}; > > I don't look innto sources (yet), what this thing do with 8bit chars? > I.e. does it produce > const char xxx[] = {-1,-2,-3}; no. > or > const unsigned char xxx[] = {255, 254, 253}; yes. -- Poul-Henning Kamp TRW Financial Systems, Inc. FreeBSD has, until now, not one single time had an undetected error. :-) From owner-cvs-usrbin Sun Jan 29 18:43:31 1995 Return-Path: cvs-usrbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id SAA09466 for cvs-usrbin-outgoing; Sun, 29 Jan 1995 18:43:31 -0800 Received: (from paul@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id SAA09455; Sun, 29 Jan 1995 18:43:29 -0800 Date: Sun, 29 Jan 1995 18:43:29 -0800 From: Paul Richards Message-Id: <199501300243.SAA09455@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/fib lex.l parser.y Sender: cvs-usrbin-owner@FreeBSD.org Precedence: bulk paul 95/01/29 18:43:28 Modified: usr.bin/fib lex.l parser.y Log: Update the parser to handle the color specifications and new attr options. From owner-cvs-usrbin Mon Jan 30 07:30:07 1995 Return-Path: cvs-usrbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id HAA03548 for cvs-usrbin-outgoing; Mon, 30 Jan 1995 07:30:07 -0800 Received: (from ache@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id HAA03529; Mon, 30 Jan 1995 07:29:56 -0800 Date: Mon, 30 Jan 1995 07:29:56 -0800 From: "Andrew A. Chernov" Message-Id: <199501301529.HAA03529@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/mklocale Makefile Sender: cvs-usrbin-owner@freebsd.org Precedence: bulk ache 95/01/30 07:29:53 Modified: usr.bin/mklocale Makefile Log: Remove creating dirs & symlinks, it is done by mtree now From owner-cvs-usrbin Mon Jan 30 07:34:19 1995 Return-Path: cvs-usrbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id HAA03641 for cvs-usrbin-outgoing; Mon, 30 Jan 1995 07:34:19 -0800 Received: (from ache@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id HAA03631; Mon, 30 Jan 1995 07:34:12 -0800 Date: Mon, 30 Jan 1995 07:34:12 -0800 From: "Andrew A. Chernov" Message-Id: <199501301534.HAA03631@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/mklocale Makefile Sender: cvs-usrbin-owner@freebsd.org Precedence: bulk ache 95/01/30 07:34:09 Modified: usr.bin/mklocale Makefile Log: Fix owner/mode for installed data From owner-cvs-usrbin Mon Jan 30 09:49:35 1995 Return-Path: cvs-usrbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id JAA06061 for cvs-usrbin-outgoing; Mon, 30 Jan 1995 09:49:35 -0800 Received: (from asami@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id JAA06050; Mon, 30 Jan 1995 09:49:21 -0800 Date: Mon, 30 Jan 1995 09:49:21 -0800 From: Satoshi Asami Message-Id: <199501301749.JAA06050@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/which which.pl Sender: cvs-usrbin-owner@freebsd.org Precedence: bulk asami 95/01/30 09:49:20 Modified: usr.bin/which which.pl Log: Cleanup. Submitted by: Wolfram Schneider From owner-cvs-usrbin Mon Jan 30 14:21:39 1995 Return-Path: cvs-usrbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id OAA13127 for cvs-usrbin-outgoing; Mon, 30 Jan 1995 14:21:39 -0800 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id OAA13117; Mon, 30 Jan 1995 14:21:30 -0800 Date: Mon, 30 Jan 1995 14:21:30 -0800 From: "Jordan K. Hubbard" Message-Id: <199501302221.OAA13117@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/which which.1 which.pl Sender: cvs-usrbin-owner@freebsd.org Precedence: bulk jkh 95/01/30 14:21:30 Modified: usr.bin/which which.1 which.pl Log: Unify the copyright notice. From owner-cvs-usrbin Tue Jan 31 00:34:34 1995 Return-Path: cvs-usrbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id AAA08790 for cvs-usrbin-outgoing; Tue, 31 Jan 1995 00:34:34 -0800 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id AAA08763; Tue, 31 Jan 1995 00:34:24 -0800 Date: Tue, 31 Jan 1995 00:34:24 -0800 From: Bill Paul Message-Id: <199501310834.AAA08763@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/passwd yp_passwd.c yppasswd.1 Makefile passwd.c Sender: cvs-usrbin-owner@freebsd.org Precedence: bulk wpaul 95/01/31 00:34:21 Modified: usr.bin/passwd Makefile passwd.c Added: usr.bin/passwd yp_passwd.c yppasswd.1 Log: Obtained from: The NYS project This is the first round of changes to incorporate YP server functionality into FreeBSD. This particular change allows passwd to change either the local or NIS password, as well as the NIS GECOS and shell information. Essentially, I've taken passwd(1) and yppasswd from the yppasswd-0.5 distribution (which is part of the NYS project -- a project to provide a GNU GPL'ed suite of NIS tools) and rammed them into each other at high speed. I've tried my best to make this co-exist with the Kerberos stuff, but since I don't run Kerberos I don't have an easy way to verify that it all works. If you choose any Kerberos flags then the YP checks should be bypassed, but that may not be enough. I'll modify it some more if it turns out I broke something. For now, support for localand NIS passwords is pretty solid: - If you simply type 'passwd,' the program checks to see if you exist in the local pwd.db database. If not, you get bounced to YP. - If you try to force local functionality with the -l flag and you don't exist locally, you get an error. The -y flag can be used to force YP functionality. -f and -s let you change your full name and shell (respectively). -f *and* -s let you change all of your 'account information.' ypchfn, ypchsh, yppasswd and ypchpass are all links to passwd. From owner-cvs-usrbin Tue Jan 31 05:53:23 1995 Return-Path: cvs-usrbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id FAA19099 for cvs-usrbin-outgoing; Tue, 31 Jan 1995 05:53:23 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id FAA19093; Tue, 31 Jan 1995 05:53:12 -0800 Received: (from jkh@localhost) by time.cdrom.com (8.6.9/8.6.9) id FAA04670; Tue, 31 Jan 1995 05:53:04 -0800 Date: Tue, 31 Jan 1995 05:53:04 -0800 From: "Jordan K. Hubbard" Message-Id: <199501311353.FAA04670@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-usrbin@time.cdrom.com Subject: cvs commit: src/usr.bin/dmenu - Imported sources Sender: cvs-usrbin-owner@freebsd.org Precedence: bulk jkh 95/01/31 05:53:03 Log: Import my dmenu utility - soon to be a part of the system admin tools. Status: Vendor Tag: dmenu Release Tags: dmenu N src/usr.bin/dmenu/Makefile N src/usr.bin/dmenu/chain.c N src/usr.bin/dmenu/chain.h N src/usr.bin/dmenu/dmenu.c N src/usr.bin/dmenu/misc.c N src/usr.bin/dmenu/misc.h N src/usr.bin/dmenu/dmenu.1 No conflicts created by this import From owner-cvs-usrbin Tue Jan 31 05:53:56 1995 Return-Path: cvs-usrbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id FAA19118 for cvs-usrbin-outgoing; Tue, 31 Jan 1995 05:53:56 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id FAA19108; Tue, 31 Jan 1995 05:53:54 -0800 Received: (from jkh@localhost) by time.cdrom.com (8.6.9/8.6.9) id FAA04697; Tue, 31 Jan 1995 05:53:46 -0800 Date: Tue, 31 Jan 1995 05:53:46 -0800 From: "Jordan K. Hubbard" Message-Id: <199501311353.FAA04697@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-usrbin@time.cdrom.com Subject: cvs commit: src/usr.bin Makefile Sender: cvs-usrbin-owner@freebsd.org Precedence: bulk jkh 95/01/31 05:53:45 Modified: usr.bin Makefile Log: Add dmenu. From owner-cvs-usrbin Tue Jan 31 09:54:44 1995 Return-Path: cvs-usrbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id JAA22269 for cvs-usrbin-outgoing; Tue, 31 Jan 1995 09:54:44 -0800 Received: (from bde@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id JAA22258; Tue, 31 Jan 1995 09:54:41 -0800 Date: Tue, 31 Jan 1995 09:54:41 -0800 From: Bruce Evans Message-Id: <199501311754.JAA22258@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/at parsetime.c Sender: cvs-usrbin-owner@freebsd.org Precedence: bulk bde 95/01/31 09:54:41 Modified: usr.bin/at parsetime.c Log: Fix off by one error in calculation of `mday' (months start at 1). Jan 31 gave Jan 30, often for next year. From owner-cvs-usrbin Tue Jan 31 16:08:15 1995 Return-Path: cvs-usrbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id QAA12758 for cvs-usrbin-outgoing; Tue, 31 Jan 1995 16:08:15 -0800 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id QAA12741; Tue, 31 Jan 1995 16:08:00 -0800 Date: Tue, 31 Jan 1995 16:08:00 -0800 From: "Jordan K. Hubbard" Message-Id: <199502010008.QAA12741@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/dmenu dmenu.c misc.h Sender: cvs-usrbin-owner@freebsd.org Precedence: bulk jkh 95/01/31 16:07:57 Modified: usr.bin/dmenu dmenu.c misc.h Log: Allow a menu to eliminate its up item. From owner-cvs-usrbin Tue Jan 31 16:36:06 1995 Return-Path: cvs-usrbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id QAA13920 for cvs-usrbin-outgoing; Tue, 31 Jan 1995 16:36:06 -0800 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id QAA13903; Tue, 31 Jan 1995 16:36:02 -0800 Date: Tue, 31 Jan 1995 16:36:02 -0800 From: "Jordan K. Hubbard" Message-Id: <199502010036.QAA13903@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/dmenu dmenu.c Sender: cvs-usrbin-owner@freebsd.org Precedence: bulk jkh 95/01/31 16:36:01 Modified: usr.bin/dmenu dmenu.c Log: Allow an entry to override its title as well as its prompt (don't just blindly use the filename if the user has other ideas). From owner-cvs-usrbin Tue Jan 31 16:49:24 1995 Return-Path: cvs-usrbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id QAA15335 for cvs-usrbin-outgoing; Tue, 31 Jan 1995 16:49:24 -0800 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id QAA15323; Tue, 31 Jan 1995 16:49:15 -0800 Date: Tue, 31 Jan 1995 16:49:15 -0800 From: "Jordan K. Hubbard" Message-Id: <199502010049.QAA15323@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/dmenu chain.c chain.h dmenu.c Sender: cvs-usrbin-owner@freebsd.org Precedence: bulk jkh 95/01/31 16:49:15 Modified: usr.bin/dmenu chain.c chain.h dmenu.c Log: Whoops! Need to add an extra field to preserve the filename if I'm going to allow the user to set both prompt and title strings. From owner-cvs-usrbin Tue Jan 31 19:22:37 1995 Return-Path: cvs-usrbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id TAA21233 for cvs-usrbin-outgoing; Tue, 31 Jan 1995 19:22:37 -0800 Received: (from paul@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id TAA21216; Tue, 31 Jan 1995 19:22:23 -0800 Date: Tue, 31 Jan 1995 19:22:23 -0800 From: Paul Richards Message-Id: <199502010322.TAA21216@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/fib Makefile fib.c lex.l parser.y Sender: cvs-usrbin-owner@freebsd.org Precedence: bulk paul 95/01/31 19:22:21 Modified: usr.bin/fib Makefile fib.c lex.l parser.y Log: Clean up the parser, allow fields to be specified inline and generally make the forms language much less verbose. Add height option for fields and calculate sensible defaults. From owner-cvs-usrbin Tue Jan 31 20:08:23 1995 Return-Path: cvs-usrbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id UAA21928 for cvs-usrbin-outgoing; Tue, 31 Jan 1995 20:08:23 -0800 Received: (from paul@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id UAA21918; Tue, 31 Jan 1995 20:08:21 -0800 Date: Tue, 31 Jan 1995 20:08:21 -0800 From: Paul Richards Message-Id: <199502010408.UAA21918@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/fib parser.y Sender: cvs-usrbin-owner@freebsd.org Precedence: bulk paul 95/01/31 20:08:20 Modified: usr.bin/fib parser.y Log: Fix calculation of default field heights and a bug in the setting of form dimensions. From owner-cvs-usrbin Tue Jan 31 21:55:25 1995 Return-Path: cvs-usrbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id VAA23191 for cvs-usrbin-outgoing; Tue, 31 Jan 1995 21:55:25 -0800 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id VAA23181; Tue, 31 Jan 1995 21:55:21 -0800 Date: Tue, 31 Jan 1995 21:55:21 -0800 From: Bill Paul Message-Id: <199502010555.VAA23181@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/passwd Makefile Sender: cvs-usrbin-owner@freebsd.org Precedence: bulk wpaul 95/01/31 21:55:20 Modified: usr.bin/passwd Makefile Log: Changed passwd/yppasswd's Makefile to create all symbolic links instead of hard links: since passwd is installed immutable, an attempt to make a hard link to it during a 'make install' would fail. I didn't notice this conflict because my /usr directory is an NFS filesystem mounted from a SunOS server, so the special file mode flags had no effecti when I tested everything on my machine. Live and learn. From owner-cvs-usrbin Wed Feb 1 01:00:59 1995 Return-Path: cvs-usrbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id BAA26656 for cvs-usrbin-outgoing; Wed, 1 Feb 1995 01:00:59 -0800 Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id BAA26636; Wed, 1 Feb 1995 01:00:33 -0800 Received: by sequent.kiae.su id AA09990 (5.65.kiae-2 ); Wed, 1 Feb 1995 11:48:18 +0300 Received: by sequent.KIAE.su (UUMAIL/2.0); Wed, 1 Feb 95 11:48:17 +0300 Received: (from ache@localhost) by astral.msk.su (8.6.8/8.6.6) id LAA00822; Wed, 1 Feb 1995 11:43:27 +0300 To: CVS-commiters@freefall.cdrom.com, cvs-usrbin@freefall.cdrom.com, Bill Paul References: <199502010555.VAA23181@freefall.cdrom.com> In-Reply-To: <199502010555.VAA23181@freefall.cdrom.com>; from Bill Paul at Tue, 31 Jan 1995 21:55:21 -0800 Message-Id: Organization: Olahm Ha-Yetzirah Date: Wed, 1 Feb 1995 11:43:26 +0300 X-Mailer: Mail/@ [v2.31 FreeBSD] From: "Andrew A. Chernov, Black Mage" X-Class: Fast Subject: Re: cvs commit: src/usr.bin/passwd Makefile Lines: 21 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 1034 Sender: cvs-usrbin-owner@freebsd.org Precedence: bulk In message <199502010555.VAA23181@freefall.cdrom.com> Bill Paul writes: >wpaul 95/01/31 21:55:20 > Modified: usr.bin/passwd Makefile > Log: > Changed passwd/yppasswd's Makefile to create all symbolic links instead > of hard links: since passwd is installed immutable, an attempt to make > a hard link to it during a 'make install' would fail. I didn't notice > this conflict because my /usr directory is an NFS filesystem mounted from a > SunOS server, so the special file mode flags had no effecti when I tested > everything on my machine. Live and learn. I think, this way can conflict with eBones passwd which installed as /usr/bin/passwd too. Symbolic link of yppasswd will point to eBones passwd which can't YP. -- Andrew 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-usrbin Wed Feb 1 15:46:26 1995 Return-Path: cvs-usrbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id PAA06067 for cvs-usrbin-outgoing; Wed, 1 Feb 1995 15:46:26 -0800 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id PAA06056; Wed, 1 Feb 1995 15:46:22 -0800 Date: Wed, 1 Feb 1995 15:46:22 -0800 From: Bill Paul Message-Id: <199502012346.PAA06056@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/passwd Makefile Sender: cvs-usrbin-owner@freebsd.org Precedence: bulk wpaul 95/02/01 15:46:22 Modified: usr.bin/passwd Makefile Log: Cleaned up Makefile a little, added man page links from ypchsh.1 ypchfn.1 and ypchpass.1 to yppasswd.1. Also fixed a typo: ypshfn != ypchfn. From owner-cvs-usrbin Wed Feb 1 15:47:07 1995 Return-Path: cvs-usrbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id PAA06122 for cvs-usrbin-outgoing; Wed, 1 Feb 1995 15:47:07 -0800 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id PAA06112; Wed, 1 Feb 1995 15:47:05 -0800 Date: Wed, 1 Feb 1995 15:47:05 -0800 From: Bill Paul Message-Id: <199502012347.PAA06112@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/passwd yppasswd.1 Sender: cvs-usrbin-owner@freebsd.org Precedence: bulk wpaul 95/02/01 15:47:05 Modified: usr.bin/passwd yppasswd.1 Log: cleaned up and modified slightly to reflect changes