Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 356410 Details for
Bug 481500
app-emulation/qemu-machines - QEmu light init scripts
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
QEmuMachines-4.0.0.ebuild
QEmuMachines-4.0.0.ebuild (text/plain), 722 bytes, created by
Grigory
on 2013-08-19 09:25:00 UTC
(
hide
)
Description:
QEmuMachines-4.0.0.ebuild
Filename:
MIME Type:
Creator:
Grigory
Created:
2013-08-19 09:25:00 UTC
Size:
722 bytes
patch
obsolete
>EAPI="5" > >DESCRIPTION="QEmu light init scripts" >HOMEPAGE="http://grigory.info/QEmuMachines.About.html" >SRC_URI="http://grigory.info/distfiles/${P}.tar.bz2" > >LICENSE="GPLv3" >KEYWORDS="amd64 x86" >SLOT="0" >IUSE="" > >inherit eutils > >RDEPEND=">=app-emulation/qemu-1.1.1-r1 > net-misc/sshpass > net-analyzer/netcat > " > >DEPEND="${RDEPEND}" > >pkg_preinst() { > enewuser qemumachines -1 /bin/bash /home/qemumachines wheel -r > >} > >pkg_postinst() { > Passphrase="`cat /dev/urandom | tr -dc A-Za-z0-9 | head -c 16`" > > if [ ! -e /home/qemumachines/.ssh/id_rsa ] ; then > su qemumachines -c "ssh-keygen -f /home/qemumachines/.ssh/id_rsa -P \"\"" > fi >} > >src_install() { > doconfd conf.d/QEmuMachines > doinitd init.d/QEmuMachines.Initial >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 481500
:
356336
| 356410 |
358482