diff options
author | 2004-05-13 22:02:25 +0000 | |
---|---|---|
committer | 2004-05-13 22:02:25 +0000 | |
commit | 6313bd662a93a8d1619665741cc2061db2919639 (patch) | |
tree | b7ce999e349ba9e399f5b6da6ca9be93b71ba4fb /eclass | |
parent | Initial import (diff) | |
download | gentoo-2-6313bd662a93a8d1619665741cc2061db2919639.tar.gz gentoo-2-6313bd662a93a8d1619665741cc2061db2919639.tar.bz2 gentoo-2-6313bd662a93a8d1619665741cc2061db2919639.zip |
Fix for typo
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/nxserver-1.3.2.eclass | 2 |
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" |