installer-feature-freenx-0.2/000075500000000000000000000000001115042131700162575ustar00rootroot00000000000000installer-feature-freenx-0.2/Makefile000064400000000000000000000004121115042131700177140ustar00rootroot00000000000000install2_dir=$(datadir)/install2 install: install -d $(install2_dir) [ -d initinstall.d ] && cp -a initinstall.d $(install2_dir) ||: [ -d preinstall.d ] && cp -a preinstall.d $(install2_dir) ||: [ -d postinstall.d ] && cp -a postinstall.d $(install2_dir) ||: installer-feature-freenx-0.2/preinstall.d/000075500000000000000000000000001115042131700206565ustar00rootroot00000000000000installer-feature-freenx-0.2/preinstall.d/97-freenx.sh000075500000000000000000000004351115042131700227430ustar00rootroot00000000000000#!/bin/sh . install2-init-functions run_chroot mount -t devpts -o nosuid,noexec,gid=tty,mode=620 devpts /dev/pts run_chroot chkconfig sshd on run_chroot service sshd start run_chroot nxsetup --install --setup-nomachine-key run_chroot service sshd stop run_chroot umount /dev/pts ||: