diff options
author | cjep <cjep@pkgsrc.org> | 2002-12-07 21:18:33 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-12-07 21:18:33 +0000 |
commit | 210d46d432a14f82f8007210cb5ff7547d41bc75 (patch) | |
tree | ae901beebf78bae60d7475c7e38c6cfdd84f8b84 /x11/wdm/PLIST | |
parent | 6423abb30ef04ada3661eb9363da4edf91fcf57e (diff) | |
download | pkgsrc-210d46d432a14f82f8007210cb5ff7547d41bc75.tar.gz |
Initial import of wdm 1.20 into the NetBSD packages collection as
x11/wdm.
wdm is a modification of XFree86's xdm package for graphically handling
authentication and system login. Most of xdm has been preserved (XFree86
3.3.2.3) with the Login interface based on a WINGs implementation using Tom
Rothamel's "external greet" interface.
Diffstat (limited to 'x11/wdm/PLIST')
-rw-r--r-- | x11/wdm/PLIST | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/x11/wdm/PLIST b/x11/wdm/PLIST new file mode 100644 index 00000000000..a1c5707e500 --- /dev/null +++ b/x11/wdm/PLIST @@ -0,0 +1,40 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/07 21:18:33 cjep Exp $ +bin/wdm +bin/wdmLogin +etc/wdm/GiveConsole +etc/wdm/TakeConsole +etc/wdm/Xaccess +etc/wdm/Xclients +etc/wdm/Xclients.in +etc/wdm/Xresources +etc/wdm/Xservers +etc/wdm/Xservers.fs +etc/wdm/Xservers.ws +etc/wdm/Xsession +etc/wdm/Xsession.XFree86 +etc/wdm/Xsession.in +etc/wdm/Xsetup_0 +etc/wdm/pixmaps/Eagle.xpm +etc/wdm/pixmaps/Earth.jpg +etc/wdm/pixmaps/Earth200x130.xpm +etc/wdm/pixmaps/GnuLinux-logo.jpg +etc/wdm/pixmaps/README +etc/wdm/pixmaps/Stars.jpg +etc/wdm/pixmaps/StarsLogo.jpg +etc/wdm/pixmaps/gnuLogo.xpm +etc/wdm/wdm-config +etc/wdm/wdm-config.in +etc/wdm/wdmReconfig +man/man1/wdm.1 +man/man1/wdmLogin.1 +@exec ${MKDIR} %D/etc/wdm/authdir +@exec ${CHMOD} 700 %D/etc/wdm/authdir +@exec ${MKDIR} %D/etc/wdm/authdir/authdir +@exec ${CHMOD} 700 %D/etc/wdm/authdir/authdir +@exec ${MKDIR} %D/etc/wdm/authdir/authdir/authfiles +@exec ${CHMOD} 700 %D/etc/wdm/authdir/authdir/authfiles +@dirrm etc/wdm/pixmaps +@dirrm etc/wdm/authdir/authdir/authfiles +@dirrm etc/wdm/authdir/authdir +@dirrm etc/wdm/authdir +@dirrm etc/wdm |