File bondctl-rename_ifenslave.patch of Package bondctl
--- ifenslave.in.orig 2011-04-05 00:42:46.000000000 +0200
+++ ifenslave.in 2011-04-05 00:43:16.000000000 +0200
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# ifenslave -- ifenslave wrapper for the bondctl program
+# bondctl-ifenslave -- bondctl-ifenslave wrapper for the bondctl program
#
# (c) 2009, Arthur Corliss <corliss@digitalmages.com>
#
@@ -25,9 +25,9 @@
help () {
cat << "EOF"
-Usage: ifenslave [-f] <master-if> <slave-if> [<slave-if>...]
- ifenslave -d <master-if> <slave-if> [<slave-if>...]
- ifenslave -c <master-if> <slave-if>
+Usage: bondctl-ifenslave [-f] <master-if> <slave-if> [<slave-if>...]
+ bondctl-ifenslave -d <master-if> <slave-if> [<slave-if>...]
+ bondctl-ifenslave -c <master-if> <slave-if>
WARNING: This isn't the real ifenslave from the Linux kernel source, but
a wrapper for the bondctl script which is functionally equivalent.