diff options
author | bouyer <bouyer> | 2006-11-13 20:38:36 +0000 |
---|---|---|
committer | bouyer <bouyer> | 2006-11-13 20:38:36 +0000 |
commit | b4e56e9f9a8690a8435bb4b783f93edf689ba090 (patch) | |
tree | 0f15fbb87e7bc1db2d06efc00afaadeca65aa83c /sysutils | |
parent | eaaaa0868fe13cc796ace15b25cd2a9c2237e520 (diff) | |
download | pkgsrc-b4e56e9f9a8690a8435bb4b783f93edf689ba090.tar.gz |
Add a qemu-ifup example script. PKGREVISION++
Diffstat (limited to 'sysutils')
-rwxr-xr-x | sysutils/xentools30-hvm/files/qemu-ifup-nbsd | 3 |
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 |