[arch-commits] Commit in neatx/trunk (PKGBUILD neatx.install)
Sergej Pupykin
spupykin at archlinux.org
Tue Feb 10 17:36:15 UTC 2015
Date: Tuesday, February 10, 2015 @ 18:36:14
Author: spupykin
Revision: 127517
upgpkg: neatx 0.3.1-15
upd
Modified:
neatx/trunk/PKGBUILD
neatx/trunk/neatx.install
---------------+
PKGBUILD | 2 +-
neatx.install | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-10 17:36:11 UTC (rev 127516)
+++ PKGBUILD 2015-02-10 17:36:14 UTC (rev 127517)
@@ -4,7 +4,7 @@
pkgname=neatx
pkgver=0.3.1
-pkgrel=14
+pkgrel=15
pkgdesc="A free NX server by google"
arch=('i686' 'x86_64')
url="http://code.google.com/p/neatx/"
Modified: neatx.install
===================================================================
--- neatx.install 2015-02-10 17:36:11 UTC (rev 127516)
+++ neatx.install 2015-02-10 17:36:14 UTC (rev 127517)
@@ -1,5 +1,5 @@
post_install() {
- useradd -d /opt/NX/home/nx -s /usr/lib/neatx/nxserver-login-wrapper nx &> /dev/null
+ useradd -r -d /opt/NX/home/nx -s /usr/lib/neatx/nxserver-login-wrapper nx &> /dev/null
mkdir -p ~nx/.ssh
cp /usr/share/neatx/authorized_keys.nomachine ~nx/.ssh/authorized_keys
chmod 600 ~nx/.ssh/authorized_keys
@@ -8,7 +8,6 @@
}
pre_remove() {
- userdel nx > /dev/null 2>&1
rm -rf ~nx
}
More information about the arch-commits
mailing list