Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 52783 Details for
Bug 84299
New version of FreeNX (0.4.0) is availible
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
FreeNX 0.3.0 ebuild
nxserver-freenx-0.3.0.ebuild (text/plain), 2.86 KB, created by
Jon Severinsson
on 2005-03-06 06:06:13 UTC
(
hide
)
Description:
FreeNX 0.3.0 ebuild
Filename:
MIME Type:
Creator:
Jon Severinsson
Created:
2005-03-06 06:06:13 UTC
Size:
2.86 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/nxserver-freenx/nxserver-freenx-0.2.8.ebuild,v 1.1 2005/02/19 10:18:31 stuart Exp $ > >inherit eutils > >DESCRIPTION="Remote Desktop for X11/VNC/RDP" >HOMEPAGE="http://developer.berlios.de/projects/freenx/" >SRC_URI="http://debian.tu-bs.de/knoppix/nx/freenx-${PV}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 ~ppc" >IUSE="commercial" >DEPEND="net-misc/nx-x11 > !ppc? ( commercial? ( =net-misc/nxclient-1.4* ) ) > !commercial? ( =net-misc/nxproxy-1.4* !net-misc/nxclient ) > dev-tcltk/expect > net-analyzer/gnu-netcat" > >S=${WORKDIR}/freenx-${PV} > >pkg_setup () { > enewuser nx -1 /bin/false /usr/NX/home/nx >} > >src_unpack() { > unpack ${A} > cd ${S} > epatch gentoo-nomachine.diff >} > >src_compile() { > einfo "Nothing to compile" >} > >src_install() { > > NX_ROOT_DIR="/usr/NX" > NX_BIN_DIR=${NX_ROOT_DIR}/bin > NX_ETC_DIR=${NX_ROOT_DIR}/etc > NX_HOME_ROOT=${NX_ROOT_DIR}/home > NX_HOME_DIR=${NX_HOME_ROOT}/nx > NX_SSH_DIR=${NX_HOME_DIR}/.ssh > NX_SESS_DIR=${NX_ROOT_DIR}/var/db > > # our job here is to make this package look as much like the commercial > # nxserver as possible > # > # this means we only have to maintain the one pkg_postinst() function > # for both the commercial and gpl'd servers :) > > into $NX_ROOT_DIR > dobin nxserver > dobin nxnode > dobin nxnode-login > dobin nxkeygen > dobin nxloadconfig > dobin nxsetup > useq commercial || dobin nxclient > > dodir ${NX_ETC_DIR} > for x in passwords passwords.orig ; do > touch ${D}${NX_ETC_DIR}/$x > chmod 600 ${D}${NX_ETC_DIR}/$x > done > > insinto ${NX_ETC_DIR} > doins node.conf.sample > > ssh-keygen -f ${D}${NX_ETC_DIR}/users.id_dsa -t dsa -N "" -q > > for x in closed running failed ; do > keepdir ${NX_SESS_DIR}/$x > fperms 0700 ${NX_SESS_DIR}/$x > done > > dodir ${NX_SSH_DIR} > fperms 0700 ${NX_HOME_DIR} > fperms 0700 ${NX_SSH_DIR} > > cat << EOF >${D}${NX_SSH_DIR}/server.id_dsa.pub.key >ssh-dss AAAAB3NzaC1kc3MAAACBAJe/0DNBePG9dYLWq7cJ0SqyRf1iiZN/IbzrmBvgPTZnBa5FT/0Lcj39sRYt1paAlhchwUmwwIiSZaON5JnJOZ6jKkjWIuJ9MdTGfdvtY1aLwDMpxUVoGwEaKWOyin02IPWYSkDQb6cceuG9NfPulS9iuytdx0zIzqvGqfvudtufAAAAFQCwosRXR2QA8OSgFWSO6+kGrRJKiwAAAIEAjgvVNAYWSrnFD+cghyJbyx60AAjKtxZ0r/Pn9k94Qt2rvQoMnGgt/zU0v/y4hzg+g3JNEmO1PdHh/wDPVOxlZ6Hb5F4IQnENaAZ9uTZiFGqhBO1c8Wwjiq/MFZy3jZaidarLJvVs8EeT4mZcWxwm7nIVD4lRU2wQ2lj4aTPcepMAAACANlgcCuA4wrC+3Cic9CFkqiwO/Rn1vk8dvGuEQqFJ6f6LVfPfRTfaQU7TGVLk2CzY4dasrwxJ1f6FsT8DHTNGnxELPKRuLstGrFY/PR7KeafeFZDf+fJ3mbX5nxrld3wi5titTnX+8s4IKv29HJguPvOK/SI7cjzA+SqNfD7qEo8= root@nettuno >EOF > fperms 0600 ${NX_SSH_DIR}/server.id_dsa.pub.key > cp ${D}${NX_SSH_DIR}/server.id_dsa.pub.key ${D}${NX_SSH_DIR}/authorized_keys2 > fperms 0600 ${NX_SSH_DIR}/authorized_keys2 > > echo -n "127.0.0.1" ${D}${NX_SSH_DIR}/known_hosts > > chown -R nx:root ${D}/usr/NX >} > >pkg_postinst () { > usermod -s /usr/NX/bin/nxserver nx || die "Unable to set login shell of nx user!!" >}
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 84299
:
52783
|
58028
|
58029
|
58254
|
58945