From owner-freebsd-commit Mon Jan 1 01:05:48 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA13903 for freebsd-commit-outgoing; Mon, 1 Jan 1996 01:05:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA13893 for cvs-all-outgoing; Mon, 1 Jan 1996 01:05:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA13882 for cvs-sbin-outgoing; Mon, 1 Jan 1996 01:05:38 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA13873 Mon, 1 Jan 1996 01:05:31 -0800 (PST) Date: Mon, 1 Jan 1996 01:05:31 -0800 (PST) From: Peter Wemm Message-Id: <199601010905.BAA13873@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/ifconfig ifconfig.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/01 01:05:27 Modified: sbin/ifconfig ifconfig.c Log: My really ugly hack to ifconfig to make it pick up interface aliases and the ethernet address for non-root users. I apologise to the world for propagating the ugliness of some of the code constructs within ifconfig... Fixing them would just abou mean rewriting most of the function call interfaces, something I didn't have the stomach for. :-) Revision Changes Path 1.10 +264 -261 src/sbin/ifconfig/ifconfig.c