diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-05-13 22:02:25 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-05-13 22:02:25 +0000 |
commit | be46aa384a34f32dd15564d0e4961e5dbf9c6a14 (patch) | |
tree | 4634aa34a6557363b1b06556bdbee053aa5a554a /eclass | |
parent | Initial import (diff) | |
download | historical-be46aa384a34f32dd15564d0e4961e5dbf9c6a14.tar.gz historical-be46aa384a34f32dd15564d0e4961e5dbf9c6a14.tar.bz2 historical-be46aa384a34f32dd15564d0e4961e5dbf9c6a14.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" |