diff options
author | jmmv <jmmv> | 2004-01-22 09:16:59 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-01-22 09:16:59 +0000 |
commit | baf19bb67bffe6e249d5b80a0cdd710cb9302ff2 (patch) | |
tree | d2f0893033369dd67a3699916a11b637f6a80041 /x11/gdm/PLIST | |
parent | 605541302e1cdec411bd1b839579765f3bcd4449 (diff) | |
download | pkgsrc-baf19bb67bffe6e249d5b80a0cdd710cb9302ff2.tar.gz |
- Create /var/gdm and /var/log/gdm directories during installation. These
are *REQUIRED* (in fact, only the former) to get gdm working.
- Manually set 'procname' in the rc.d script so that 'gdm stop' works.
- Allow the rc.d script to work w/o rc.subr.
- Use PAM's buildlink2.mk file instead of a simple DEPENDS.
- Remove useless stuff from PLIST.
- Simplify Makefile a bit.
- As a result, bump PKGREVISION to 1.
Diffstat (limited to 'x11/gdm/PLIST')
-rw-r--r-- | x11/gdm/PLIST | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/x11/gdm/PLIST b/x11/gdm/PLIST index 41bf79725a2..b1614b7be7a 100644 --- a/x11/gdm/PLIST +++ b/x11/gdm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/01/20 13:41:06 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.6 2004/01/22 09:16:59 jmmv Exp $ bin/gdm bin/gdm-binary bin/gdmXnest @@ -158,14 +158,5 @@ share/xsessions/gnome.desktop @dirrm share/examples/dm/Sessions @dirrm share/examples/dm @dirrm share/doc/gdm -@comment @dirrm share/doc -@comment @dirrm share/applications -@comment @dirrm lib/gtk-2.0/modules -@unexec ${RM} -rf ${LOCALSTATEDIR}/gdm -@comment unexec ${RMDIR} ${PKG_SYSCONFDIR}/gdm/modules 2>/dev/null || ${TRUE} -@comment unexec ${RMDIR} ${PKG_SYSCONFDIR}/gdm/PreSession 2>/dev/null || ${TRUE} -@comment unexec ${RMDIR} ${PKG_SYSCONFDIR}/gdm/PostSession 2>/dev/null || ${TRUE} -@comment unexec ${RMDIR} ${PKG_SYSCONFDIR}/gdm/Init 2>/dev/null || ${TRUE} -@comment unexec ${RMDIR} ${PKG_SYSCONFDIR}/gdm 2>/dev/null || ${TRUE} -@comment unexec ${RMDIR} ${PKG_SYSCONFDIR}/dm/Session 2>/dev/null || ${TRUE} -@comment unexec ${RMDIR} ${PKG_SYSCONFDIR}/dm 2>/dev/null || ${TRUE} +@comment in gnome2-dirs: @dirrm share/applications +@comment in gtk2: @dirrm lib/gtk-2.0/modules |