summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2006-11-13 20:38:36 +0000
committerbouyer <bouyer@pkgsrc.org>2006-11-13 20:38:36 +0000
commitb12ae23f7a965c859f0658eb5c551c5843864eca (patch)
tree0f15fbb87e7bc1db2d06efc00afaadeca65aa83c /sysutils
parentc0d44e3ca849ac1c1e56752aa624c2e96d7061ae (diff)
downloadpkgsrc-b12ae23f7a965c859f0658eb5c551c5843864eca.tar.gz
Add a qemu-ifup example script. PKGREVISION++
Diffstat (limited to 'sysutils')
-rwxr-xr-xsysutils/xentools30-hvm/files/qemu-ifup-nbsd3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/xentools30-hvm/files/qemu-ifup-nbsd b/sysutils/xentools30-hvm/files/qemu-ifup-nbsd
new file mode 100755
index 00000000000..eee78765d67
--- /dev/null
+++ b/sysutils/xentools30-hvm/files/qemu-ifup-nbsd
@@ -0,0 +1,3 @@
+#!/bin/sh
+ifconfig $1 up
+exec /sbin/brconfig $2 add $1