diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-26 01:10:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-26 01:10:02 +0000 |
commit | 9136cbc0bb5ea9a90e52d6fff4329a3f724c5a4a (patch) | |
tree | a286cdb1d667f0c3de2a25505849718719990b1f /sys/nfs | |
parent | 834226bdf3265a4e022695e729a15d84ad31f687 (diff) |
prettier printing
Diffstat (limited to 'sys/nfs')
-rw-r--r-- | sys/nfs/nfs_boot.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/nfs/nfs_boot.c b/sys/nfs/nfs_boot.c index 5cdd4ce00ea..9fe58817622 100644 --- a/sys/nfs/nfs_boot.c +++ b/sys/nfs/nfs_boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_boot.c,v 1.16 2004/11/04 13:14:29 pedro Exp $ */ +/* $OpenBSD: nfs_boot.c,v 1.17 2006/05/26 01:10:01 deraadt Exp $ */ /* $NetBSD: nfs_boot.c,v 1.26 1996/05/07 02:51:25 thorpej Exp $ */ /* @@ -152,7 +152,8 @@ nfs_boot_init(nd, procp) if (ifp == NULL) panic("nfs_boot: no suitable interface"); bcopy(ifp->if_xname, ireq.ifr_name, IFNAMSIZ); - printf("nfs_boot: using network interface '%s'\n", ireq.ifr_name); + printf("nfs_boot: using interface %s, with revarp & bootparams\n", + ireq.ifr_name); /* * Bring up the interface. |