summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-10-22 14:07:43 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-10-22 14:07:43 -0700
commit783e1fedb38e17a9ce2d4a5fc2fd15552622975e (patch)
treeac081705efd040c2bd0c8a3c6514d66e3fe667a8 /debian/control
parent8c26e13eed478a43390508c589b765a8407a4591 (diff)
downloadvyatta-biosdevname-783e1fedb38e17a9ce2d4a5fc2fd15552622975e.tar.gz
vyatta-biosdevname-783e1fedb38e17a9ce2d4a5fc2fd15552622975e.zip
Put manual page for biosdevname in proper place
The biosdevname.1 man page was not being placed in correct directory. Also get rid of unused statically linked version and fix debuild warning.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 1737d8c..d36af62 100644
--- a/debian/control
+++ b/debian/control
@@ -15,4 +15,8 @@ Pre-Depends:
Suggests:
Replaces:
Description: Vyatta version of the biosdevname utility.
-
+ Provides biosdevname which takes a kernel device name as an
+ argument, and returns the BIOS-given name it "should" be. This is
+ necessary on systems where the BIOS name for a given device (e.g. the
+ label on the chassis is "Gb1") doesn't map directly and obviously to
+ the kernel name (e.g. eth0).