summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2004-05-13 22:02:25 +0000
committerStuart Herbert <stuart@gentoo.org>2004-05-13 22:02:25 +0000
commit6313bd662a93a8d1619665741cc2061db2919639 (patch)
treeb7ce999e349ba9e399f5b6da6ca9be93b71ba4fb /eclass/nxserver-1.3.2.eclass
parentInitial import (diff)
downloadgentoo-2-6313bd662a93a8d1619665741cc2061db2919639.tar.gz
gentoo-2-6313bd662a93a8d1619665741cc2061db2919639.tar.bz2
gentoo-2-6313bd662a93a8d1619665741cc2061db2919639.zip
Fix for typo
Diffstat (limited to 'eclass/nxserver-1.3.2.eclass')
-rw-r--r--eclass/nxserver-1.3.2.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/nxserver-1.3.2.eclass b/eclass/nxserver-1.3.2.eclass
index 3be40e4b79e1..afbf7b830169 100644
--- a/eclass/nxserver-1.3.2.eclass
+++ b/eclass/nxserver-1.3.2.eclass
@@ -104,7 +104,7 @@ nxserver_pkg_postinst() {
# we do this to move the home directory of older installs
- einfo "Setting home directory of user 'nx' to /usr/NX/home"
+ einfo "Setting home directory of user 'nx' to /usr/NX/home/nx"
usermod -d /usr/NX/home/nx nx
einfo "Changing permissions for files under /usr/NX"