[Frugalware-darcs] frugalware-current: freenx-0.5.0-4-i686
VMiklos
vmiklos at frugalware.org
Tue Mar 21 13:47:16 CET 2006
[freenx-0.5.0-4-i686
VMiklos <vmiklos at frugalware.org>**20060321121828
added a README.Frugalware
closes #487
] {
hunk ./extra/source/xapps/freenx/FrugalBuild 1
-# Last Modified: Wed, 15 Mar 2006 01:47:31 +0100
+# Last Modified: Tue, 21 Mar 2006 13:18:12 +0100
hunk ./extra/source/xapps/freenx/FrugalBuild 8
-pkgrel=3
+pkgrel=4
hunk ./extra/source/xapps/freenx/FrugalBuild 17
- freenx.sh $pkgname-$pkgver-syntax.diff)
+ freenx.sh $pkgname-$pkgver-syntax.diff README.Frugalware)
hunk ./extra/source/xapps/freenx/FrugalBuild 20
- '2c605274f278279b32d01ecb2d25390149f1c256')
+ '2c605274f278279b32d01ecb2d25390149f1c256' \
+ '35e51cf86ec2ba2a9ee22b09d3b0f01e72c0542c')
hunk ./extra/source/xapps/freenx/FrugalBuild 39
+ Fdoc README.Frugalware
addfile ./extra/source/xapps/freenx/README.Frugalware
hunk ./extra/source/xapps/freenx/README.Frugalware 1
+1. Installation
+===============
+
+On the server:
+
+ pacman -Sy freenx
+
+On the client:
+
+ pacman -Sy knx
+
+2. Configuration
+================
+
+On the server setup a fake password for the nx user:
+
+ passwd nx
+
+Now allow the client to connect to the server by copying the file
+
+ /usr/NX/home/nx/id_dsa
+
+from the server to
+
+ /usr/share/knx/client.id_dsa.key
+
+on the client. Also make sure about it's readable by users:
+
+ chmod 644 /usr/share/knx/client.id_dsa.key
+
+3. Users
+========
+
+By default shell accounts are not allowed to connect to th nx server, you can
+allow a user to do so by
+
+ nxserver --adduser <username>
+
+then set a separate (for nx) password for the user:
+
+ nxserver --passwd <username>
+
+4. The client
+=============
+
+Now start knx, the usage of that application is self-explaining.
}
More information about the Frugalware-darcs
mailing list