From owner-cvs-usrsbin Thu Dec 26 15:40:34 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA17643 for cvs-usrsbin-outgoing; Thu, 26 Dec 1996 15:40:34 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA17636; Thu, 26 Dec 1996 15:40:33 -0800 (PST) Date: Thu, 26 Dec 1996 15:40:33 -0800 (PST) From: Peter Wemm Message-Id: <199612262340.PAA17636@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/config main.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/12/26 15:40:32 Modified: usr.sbin/config main.c Log: Tidy up the generated config.c file. Use #include "opt_config.h", comment out text after #endif line, add missing \n at end of file, only install new config.c if it's different to the last one which preserves the timestamp. Revision Changes Path 1.15 +4 -2 src/usr.sbin/config/main.c