diff options
author | jkh <jkh@FreeBSD.org> | 2001-03-24 03:17:35 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 2001-03-24 03:17:35 +0000 |
commit | 2144cdef03cafb0c894fa5c1d9de509e77f42933 (patch) | |
tree | 91c100655a91394cb1b54649f25503c7edecbc78 /usr.sbin/sysinstall | |
parent | 4caa529cad48b2606581ab7028459b29b7f1a899 (diff) | |
download | FreeBSD-src-2144cdef03cafb0c894fa5c1d9de509e77f42933.zip FreeBSD-src-2144cdef03cafb0c894fa5c1d9de509e77f42933.tar.gz |
afterstep doesn't need an explicit xterm started for it either.
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r-- | usr.sbin/sysinstall/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/config.c b/usr.sbin/sysinstall/config.c index 1ced084..5cd5e6b 100644 --- a/usr.sbin/sysinstall/config.c +++ b/usr.sbin/sysinstall/config.c @@ -669,7 +669,7 @@ configXDesktop(dialogMenuItem *self) else if (!strcmp(desk, "afterstep")) { ret = package_add("afterstep"); if (DITEM_STATUS(ret) != DITEM_FAILURE && gotit("afterstep")) - write_root_xprofile("xterm &\nexec afterstep\n"); + write_root_xprofile("exec afterstep\n"); } else if (!strcmp(desk, "windowmaker")) { ret = package_add("windowmaker"); |