From owner-freebsd-current Fri May 7 9:11:49 1999 Delivered-To: freebsd-current@freebsd.org Received: from dt051nc7.san.rr.com (dt051nc7.san.rr.com [204.210.32.199]) by hub.freebsd.org (Postfix) with ESMTP id 09DE314A09 for ; Fri, 7 May 1999 09:11:46 -0700 (PDT) (envelope-from Studded@gorean.org) Received: from localhost (doug@localhost) by dt051nc7.san.rr.com (8.8.8/8.8.8) with ESMTP id JAA29115 for ; Fri, 7 May 1999 09:11:45 -0700 (PDT) (envelope-from Studded@gorean.org) Date: Fri, 7 May 1999 09:11:45 -0700 (PDT) From: Studded X-Sender: doug@dt051nc7.san.rr.com To: freebsd-current@freebsd.org Subject: Version 1.23 of mergemaster available for gamma test Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, Since several of the people who've asked for changes to mergemaster are on this list I thought I'd give y'all first crack at the new version. I've incorporated the suggestions I've received over the last 6 months, including a fix for the dreaded PAGER problem. You can retrieve a production-ready version by doing: 'fetch http://home.san.rr.com/freebsd/mergemaster-1.23.tgz' I would appreciate it if those of you using freebsd 3.x or -current would give it a go since I don't think I'll get my test system updated before the ports freeze (on the 10th, yes?). Of course, comments and suggestions are welcome. Selected comments from my RCS log are below. Enjoy, Doug -- *** Chief Operations Officer, DALnet IRC network *** Nominated for quote of the year is the statement made by Representative Dick Armey (Texas), who when asked if he were in the President's place, would he resign, responded: "If I were in the President's place I would not get a chance to resign. I would be lying in a pool of my own blood hearing Mrs. Armey standing over me saying, 'How do I reload this damn thing?'" revision 1.23 move mm_install function declaration out of the loop, duh add pwd_mkdb reminder if user installs new master.passwd ---------------------------- revision 1.22 rm the temp versions of /etc/spwd.db /etc/passwd and /etc/pwd.db before the comparison starts since comparing them is bogus anyway ---------------------------- revision 1.21 fix the order of the PAGER tests add listing of files only in /etc to -v option ---------------------------- revision 1.20 skip the umask test if it's an autorun since we won't be installing anything ---------------------------- revision 1.19 Fix some style nits Add fatal error for the case where any part of make'ing /usr/src/etc fails ---------------------------- revision 1.18 Fix problem of PAGER not in PATH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message