From owner-cvs-usrsbin Thu Feb 16 04:17:33 1995 Return-Path: cvs-usrsbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id EAA24014 for cvs-usrsbin-outgoing; Thu, 16 Feb 1995 04:17:33 -0800 Received: (from bde@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id EAA24004; Thu, 16 Feb 1995 04:17:31 -0800 Date: Thu, 16 Feb 1995 04:17:31 -0800 From: Bruce Evans Message-Id: <199502161217.EAA24004@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/config config.y mkswapconf.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk bde 95/02/16 04:17:30 Modified: usr.sbin/config config.y mkswapconf.c Log: config.y: Support slice numbers in device names. The syntax is ` [] ['s' ] []'. Only `['s' ]' is new here. The slice number defaults to 0 so that there is no change in the output from config if this new feature is not used. Replace some magic disk numbers by `dk' slice and label macros. mkswapconf.c: Improve the output formatting: Generate <> style includes. Print minor numbers in hex so that slice numbers are easy to see and edit. Print the rootdev and dumpdev names in comments like the swapdev names.