summaryrefslogtreecommitdiff
path: root/x11/wdm/MESSAGE
diff options
context:
space:
mode:
authorsalo <salo>2003-02-23 17:33:31 +0000
committersalo <salo>2003-02-23 17:33:31 +0000
commit7ac1e4790232278747c20aa96949d4c1855d8d85 (patch)
tree052b31bce55f7a744bf4552f5effebfac2b12884 /x11/wdm/MESSAGE
parenta1b9d566c67389e2c57ce459ecd1a0c6431bf89a (diff)
downloadpkgsrc-7ac1e4790232278747c20aa96949d4c1855d8d85.tar.gz
Updated to version 1.22.1.
Changes: - install to location similar to xdm - added rc.d script - added MESSAGE with post-install instructions - cleanups 1.22.1: ======= - There was a bug. I forgot to change pam service name from xdm to wdm. This release fixes it. 1.22: ===== - xdm-base upgraded to xdm from XFree86-4.2.1. - wdmLogin translated to russian and japanese. Now, what will be in next releases: - compatibility with ancient versions of WINGs will be dropped. - configuration files will be changed to PropList format (If you want to arue, mail me or chat with me at #wdm on irc.ornet.ru, or #windowmaker on irc.freenode.net) - wdm <-> wdmLogin protocol will be changed to implement better PAM support. 1.21: ===== - development started again. This release collects almost all patches I can find on net. If you have more patches please send them. - directories rearranged, build system rewritten (see README.voins for explanations). - everything is ready to start migration to newer xdm base.
Diffstat (limited to 'x11/wdm/MESSAGE')
-rw-r--r--x11/wdm/MESSAGE18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/wdm/MESSAGE b/x11/wdm/MESSAGE
new file mode 100644
index 00000000000..35cac08a1f1
--- /dev/null
+++ b/x11/wdm/MESSAGE
@@ -0,0 +1,18 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2003/02/23 17:33:31 salo Exp $
+
+To use wdm, you will need to perform the following steps:
+
+1. In case you don't have PKG_RCD_SCRIPTS set in your /etc/mk.conf, copy
+ ${PREFIX}/etc/rc.d/wdm to /etc/rc.d/wdm and add the following
+ line into your /etc/rc.conf
+
+ wdm=YES
+
+2. Stop all other display managers (e.g. xdm, gdm, ...) and disable them
+ in /etc/rc.conf.
+
+3. Start wdm by issuing the command
+
+ /etc/rc.d/wdm start
+===========================================================================