aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-03-15 07:28:59 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-03-15 07:28:59 +0000
commit77997466fcb9e4a0fecef5846c9490a731e5f565 (patch)
treeff1269de946b8e26eb832448387f11713aa6ceed /x11
parent02dd6f1e33a32f2c45c67c69198ac9caeb2a2a40 (diff)
downloadports-77997466fcb9e4a0fecef5846c9490a731e5f565.tar.gz
ports-77997466fcb9e4a0fecef5846c9490a731e5f565.zip
Remove expired leaf ports:
2006-02-28 graphics/vid 2006-02-28 graphics/smoke 2006-03-01 misc/globus2 2006-03-14 sysutils/prune 2006-03-14 www/evg 2006-02-28 x11/login.app
Notes
Notes: svn path=/head/; revision=157141
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/login.app/Makefile76
-rw-r--r--x11/login.app/distinfo3
-rw-r--r--x11/login.app/files/loginapp.sh25
-rw-r--r--x11/login.app/files/patch-Preferences11
-rw-r--r--x11/login.app/files/patch-Scripts::Login.root21
-rw-r--r--x11/login.app/files/patch-Scripts::Login.user46
-rw-r--r--x11/login.app/files/patch-Scripts::Logout.root31
-rw-r--r--x11/login.app/files/patch-Scripts::PowerOff10
-rw-r--r--x11/login.app/files/patch-Scripts::Startup15
-rw-r--r--x11/login.app/files/patch-Scripts::Suspend22
-rw-r--r--x11/login.app/files/patch-doc::Login.app.1x72
-rw-r--r--x11/login.app/files/patch-src::config.h11
-rw-r--r--x11/login.app/files/patch-src::preferences.h11
-rw-r--r--x11/login.app/files/patch-src::switchuser.c25
-rw-r--r--x11/login.app/pkg-descr13
-rw-r--r--x11/login.app/pkg-plist45
17 files changed, 0 insertions, 438 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 109d3dc726fe..311ebc2c863f 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -130,7 +130,6 @@
SUBDIR += libxklavier
SUBDIR += linux-XFree86-libs
SUBDIR += linux-gnomelibs
- SUBDIR += login.app
SUBDIR += lupe
SUBDIR += mgapdesk
SUBDIR += mlterm
diff --git a/x11/login.app/Makefile b/x11/login.app/Makefile
deleted file mode 100644
index 7e68ad3c896a..000000000000
--- a/x11/login.app/Makefile
+++ /dev/null
@@ -1,76 +0,0 @@
-# New ports collection makefile for: login.app
-# Date created: 17 January 1999
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= login.app
-PORTVERSION= 2.1.1
-PORTREVISION= 2
-CATEGORIES= x11 windowmaker
-MASTER_SITES= http://largo.windowmaker.org/files/Login.app/ \
- http://depot.fsck.ch/mirror/distfiles/
-DISTNAME= Login.app-${PORTVERSION}
-
-MAINTAINER= ports@fsck.ch
-COMMENT= Graphical login interface for X that is themable
-
-LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker \
- PropList.2:${PORTSDIR}/devel/libPropList
-
-DEPRECATED= mastersite disappeared, no longer maintained by author (x11/slim is the successor)
-EXPIRATION_DATE= 2006-02-28
-
-WRKSRC= ${WRKDIR}/Login.app-${PORTVERSION:S/.a/-Alpha-/}
-
-USE_X_PREFIX= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX}
-USE_GMAKE= yes
-USE_REINPLACE= yes
-
-MAN1= Login.app.1x
-
-pre-configure:
- @${REINPLACE_CMD} -e \
- 's|GNUstep/Applications|GNUstep/Apps|' \
- ${WRKSRC}/Makefile.am \
- ${WRKSRC}/Makefile.in \
- ${WRKSRC}/Scripts/Makefile.am \
- ${WRKSRC}/Scripts/Makefile.in \
- ${WRKSRC}/Themes/Linux/Makefile.am \
- ${WRKSRC}/Themes/Linux/Makefile.in \
- ${WRKSRC}/Themes/GNUstep/Makefile.am \
- ${WRKSRC}/Themes/GNUstep/Makefile.in \
- ${WRKSRC}/Themes/Drone/Makefile.in \
- ${WRKSRC}/Themes/Drone/Makefile.am \
- ${WRKSRC}/src/Makefile.in \
- ${WRKSRC}/src/Makefile.am \
- ${WRKSRC}/doc/Login.app.1x
- # this replacement is only used to fix cluster builds:
- @${REINPLACE_CMD} -e \
- 's|-lWUtil|-lWUtil -lintl|' \
- ${WRKSRC}/configure \
- ${WRKSRC}/src/Makefile.in \
- ${WRKSRC}/src/Makefile.am
-
-post-configure:
- @${REINPLACE_CMD} -e \
- 's|%%X11BASE%%|${X11BASE}|; \
- s|%%LOCALBASE%%|${LOCALBASE}|' \
- ${WRKSRC}/Scripts/Login.user \
- ${WRKSRC}/Scripts/Login.root \
- ${WRKSRC}/Scripts/Logout.root \
- ${WRKSRC}/Scripts/Startup \
- ${WRKSRC}/Preferences \
- ${WRKSRC}/src/config.h \
- ${WRKSRC}/src/preferences.h \
- ${WRKSRC}/doc/Login.app.1x
-
-post-install:
- @${SED} 's|%%X11BASE%%|${PREFIX}|' \
- ${FILESDIR}/loginapp.sh > ${PREFIX}/etc/rc.d/loginapp.sh
- @${CHMOD} ${BINMODE} ${PREFIX}/etc/rc.d/loginapp.sh
-
-.include <bsd.port.mk>
diff --git a/x11/login.app/distinfo b/x11/login.app/distinfo
deleted file mode 100644
index a4d17275c40a..000000000000
--- a/x11/login.app/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (Login.app-2.1.1.tar.gz) = 4d85cbdc505a94f7fbfe37bd0a709e75
-SHA256 (Login.app-2.1.1.tar.gz) = d8296fa12dd8e63333edde5219071868605e3335931af8b5f11a9f5cd481a371
-SIZE (Login.app-2.1.1.tar.gz) = 421070
diff --git a/x11/login.app/files/loginapp.sh b/x11/login.app/files/loginapp.sh
deleted file mode 100644
index 13d8acf49a14..000000000000
--- a/x11/login.app/files/loginapp.sh
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-# PROVIDE: login_app
-# REQUIRE: LOGIN
-
-# Add the following line to /etc/rc.conf to enable login.app:
-#
-# login_app_enable="YES"
-#
-# DO NOT CHANGE THESE DEFAULT VALUES HERE
-
-login_app_enable=${login_app_enable-"NO"}
-
-. /etc/rc.subr
-
-name="login_app"
-rcvar=`set_rcvar`
-command="%%X11BASE%%/GNUstep/Apps/Login.app/Login"
-command_args="&"
-
-load_rc_config $name
-run_rc_command "$1"
diff --git a/x11/login.app/files/patch-Preferences b/x11/login.app/files/patch-Preferences
deleted file mode 100644
index a45969867361..000000000000
--- a/x11/login.app/files/patch-Preferences
+++ /dev/null
@@ -1,11 +0,0 @@
---- Preferences.orig Sat Jan 8 18:18:14 2005
-+++ Preferences Sat Jan 8 18:19:05 2005
-@@ -5,7 +5,7 @@
- ConfirmRestartMessage = "Do you really want to restart the computer (y/n)?";
- ConfirmPowerOffMessage = "Do you really want to turn off the computer (y/n)?";
-
-- XServer = "/usr/X11R6/bin/X -nolisten tcp";
-+ XServer = "%%X11BASE%%/bin/X -nolisten tcp";
- Theme = "Drone";
-
- DisableWelcomeMessage = Yes;
diff --git a/x11/login.app/files/patch-Scripts::Login.root b/x11/login.app/files/patch-Scripts::Login.root
deleted file mode 100644
index 9bcc4141a4c9..000000000000
--- a/x11/login.app/files/patch-Scripts::Login.root
+++ /dev/null
@@ -1,21 +0,0 @@
---- Scripts/Login.root.orig Sat Jan 8 20:48:19 2005
-+++ Scripts/Login.root Sat Jan 8 20:47:48 2005
-@@ -1,15 +1,15 @@
- #!/bin/sh
-
--PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin"
-+PATH="/sbin:/usr/sbin:/bin:/usr/bin:%%LOCALBASE%%/bin:%%X11BASE%%/bin"
-
- #
- # Make user the owner of /dev/console.
- #
--#chown $USER /dev/console
-+#/usr/sbin/chown $USER /dev/console
-
- #
- # Add user to utmp/wtmp.
- #
--sessreg -a -w /var/log/wtmp -u /var/run/utmp -l "$DISPLAY" $USER
-+%%X11BASE%%/bin/sessreg -a -w /var/log/wtmp -u /var/run/utmp -l "$DISPLAY" $USER
-
- # End of file
diff --git a/x11/login.app/files/patch-Scripts::Login.user b/x11/login.app/files/patch-Scripts::Login.user
deleted file mode 100644
index 6f52bc40cf17..000000000000
--- a/x11/login.app/files/patch-Scripts::Login.user
+++ /dev/null
@@ -1,46 +0,0 @@
---- Scripts/Login.user.orig Sat Jan 8 18:41:35 2005
-+++ Scripts/Login.user Sat Jan 8 18:45:07 2005
-@@ -1,32 +1,32 @@
- #!/bin/sh
-
--PATH="/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin"
-+PATH="/bin:/usr/bin:%%LOCALBASE%%/bin:%%X11BASE%%/bin"
-
- #
- # Try to find the user's init script for X.
- # 1) Look for ~/.xinitrc
- # 2) Look for ~/.xsession
- # 3) Look for ~/.Xclients
--# 4) Look for /etc/X11/xinit/xinitrc
--# 5) Look for /usr/X11R6/bin/twm
--# 6) Look for /usr/X11R6/bin/xterm
-+# 4) Look for %%X11BASE%%/lib/X11/xinit/xinitrc
-+# 5) Look for %%X11BASE%%/bin/twm
-+# 6) Look for %%X11BASE%%/bin/xterm
- #
-
- xinitrc=$HOME/.xinitrc
- xsession=$HOME/.xsession
- xclients=$HOME/.Xclients
--systemxinitrc=/etc/X11/xinit/xinitrc
--twm=/usr/X11R6/bin/twm
--xterm=/usr/X11R6/bin/xterm
-+systemxinitrc=%%X11BASE%%/lib/X11/xinit/xinitrc
-+twm=%%X11BASE%%/bin/twm
-+xterm=%%X11BASE%%/bin/xterm
-
- if [ -r $xinitrc ]; then
-- exec sh -login $xinitrc
-+ exec sh $xinitrc
- elif [ -r $xsession ]; then
-- exec sh -login $xsession
-+ exec sh $xsession
- elif [ -r $xclients ]; then
-- exec sh -login $xclients
-+ exec sh $xclients
- elif [ -r $systemxinitrc ]; then
-- exec sh -login $systemxinitrc
-+ exec sh $systemxinitrc
- elif [ -x $twm ]; then
- exec $twm
- elif [ -x $xterm ]; then
diff --git a/x11/login.app/files/patch-Scripts::Logout.root b/x11/login.app/files/patch-Scripts::Logout.root
deleted file mode 100644
index a8a9f2e1f638..000000000000
--- a/x11/login.app/files/patch-Scripts::Logout.root
+++ /dev/null
@@ -1,31 +0,0 @@
---- Scripts/Logout.root.orig Sat Jan 8 20:48:25 2005
-+++ Scripts/Logout.root Sat Jan 8 20:47:48 2005
-@@ -1,23 +1,23 @@
- #!/bin/sh
-
--PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin"
-+PATH="/sbin:/usr/sbin:/bin:/usr/bin:%%LOCALBASE%%/bin:%%X11BASE%%/bin"
-
- #
- # Remove the _MOTIF_DRAG_WINDOW property from the root
- # window. This will prevent some Motif applications from
- # crashing the next time they are started.
- #
--xprop -root -remove _MOTIF_DRAG_WINDOW
-+%%X11BASE%%/bin/xprop -root -remove _MOTIF_DRAG_WINDOW
-
- #
- # Remove user from utmp/wtmp.
- #
--sessreg -d -w /var/log/wtmp -u /var/run/utmp -l "$DISPLAY" $USER
-+%%X11BASE%%/bin/sessreg -d -w /var/log/wtmp -u /var/run/utmp -l "$DISPLAY" $USER
-
- #
- # Make root the owner of /dev/console.
- #
--#chmod 622 /dev/console
--#chown root /dev/console
-+#/bin/chmod 622 /dev/console
-+#/usr/sbin/chown root /dev/console
-
- # End of file
diff --git a/x11/login.app/files/patch-Scripts::PowerOff b/x11/login.app/files/patch-Scripts::PowerOff
deleted file mode 100644
index fc92436f530a..000000000000
--- a/x11/login.app/files/patch-Scripts::PowerOff
+++ /dev/null
@@ -1,10 +0,0 @@
---- Scripts/PowerOff.orig Sat Jan 8 18:39:45 2005
-+++ Scripts/PowerOff Sat Jan 8 18:39:51 2005
-@@ -3,6 +3,6 @@
- #
- # Take the system down for halt.
- #
--/sbin/shutdown -h now
-+/sbin/shutdown -p now
-
- # End of file
diff --git a/x11/login.app/files/patch-Scripts::Startup b/x11/login.app/files/patch-Scripts::Startup
deleted file mode 100644
index 8724f5be8c64..000000000000
--- a/x11/login.app/files/patch-Scripts::Startup
+++ /dev/null
@@ -1,15 +0,0 @@
---- Scripts/Startup.orig Sat Jan 8 18:46:15 2005
-+++ Scripts/Startup Sat Jan 8 18:47:45 2005
-@@ -1,10 +1,10 @@
- #!/bin/sh
-
--PATH="/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin"
-+PATH="/bin:/usr/bin:%%LOCALBASE%%/bin:%%X11BASE%%/bin"
-
- #
- # Set cursor for the root window.
- #
--xsetroot -solid "#000000" -cursor_name left_ptr
-+%%X11BASE%%/bin/xsetroot -solid "#000000" -cursor_name left_ptr
-
- # End of file
diff --git a/x11/login.app/files/patch-Scripts::Suspend b/x11/login.app/files/patch-Scripts::Suspend
deleted file mode 100644
index 27f2ff122c7f..000000000000
--- a/x11/login.app/files/patch-Scripts::Suspend
+++ /dev/null
@@ -1,22 +0,0 @@
---- Scripts/Suspend.orig Sat Jan 8 18:57:32 2005
-+++ Scripts/Suspend Sat Jan 8 20:45:56 2005
-@@ -4,8 +4,17 @@
- # Suspend the system, can be handy if you are
- # using a laptop computer.
- #
--if [ apm_available -a -x /usr/bin/apm ]; then
-- /usr/bin/apm --suspend
-+
-+apm_out=` /usr/sbin/apm -s 2> /dev/null `
-+sysctl_out=` /sbin/sysctl hw.acpi.suspend_state 2> /dev/null `
-+suspend_state=` expr "//$sysctl_out" : '.*hw.acpi.suspend_state:.*\(S.*\)' `
-+
-+if [ -n "$suspend_state" ] ; then
-+ /usr/sbin/acpiconf -s $suspend_state
-+elif [ -e "/dev/apm" -a -n "$apm_out" ] ; then
-+ if [ $apm_out -eq 1 ] ; then
-+ /usr/sbin/apm -z
-+ fi
- fi
-
- # End of file
diff --git a/x11/login.app/files/patch-doc::Login.app.1x b/x11/login.app/files/patch-doc::Login.app.1x
deleted file mode 100644
index cef5fb3b61bb..000000000000
--- a/x11/login.app/files/patch-doc::Login.app.1x
+++ /dev/null
@@ -1,72 +0,0 @@
---- doc/Login.app.1x.orig Sun Oct 24 04:45:13 2004
-+++ doc/Login.app.1x Sat Jan 22 18:38:47 2005
-@@ -1,31 +1,25 @@
--.TH Login.app 1 "October 2004"
-+.TH Login.app 1 "January 2005"
- .SH NAME
- Login.app \- a login application with the NeXTStep look
- .SH SYNOPSIS
- .B Login.app
- .SH "DESCRIPTION"
- \fBLogin.app\fP fires up the X server, changes the background color,
--and puts a login box centered on the screen. It's invoked via
--\fIinit(8)\fP.
-+and puts a login box centered on the screen\fP.
-
- It accepts several \fIcommands\fP entered on the \fBusername\fP box.
- .IP *
- username \fBreboot\fP with the root password, excecutes
-- \fI/usr/local/GNUstep/Applications/Login.app/Scripts/Restart\fP
-+ \fI%%X11BASE%%/GNUstep/Applications/Login.app/Scripts/Restart\fP
- .IP *
- username \fBhalt\fP with the root password, excecutes
-- \fI/usr/local/GNUstep/Applications/Login.app/Scripts/PowerOff\fP
-+ \fI%%X11BASE%%/GNUstep/Applications/Login.app/Scripts/PowerOff\fP
- .IP *
- username \fBsuspend\fP with the root password, executes
-- \fI/usr/local/GNUstep/Applications/Login.app/Scripts/Suspend\fP
-+ \fI%%X11BASE%%/GNUstep/Applications/Login.app/Scripts/Suspend\fP
- .IP *
--username \fBexit\fP without password exits (and restarts, if installed
--on inittab) Login.app
--.IP *
--username \fBconsole\fP without password opens a kind of console where
--you can login. \fBPlease note\fP root can't login here UNLESS you edit
--\fI/etc/securetty(5)\fP to include ttyp0. Read that man page to find out
--why.
-+username \fBexit\fP without password exits Login.app and returns to
-+the console login.
- .SH "OPTIONS"
- .TP
- \fB-v\fP, \fB--version\fP
-@@ -35,20 +29,14 @@
- Parse configuration and show result
- .SH "FILES"
- .TP
--.B /etc/inittab
--file used by \fIinit(8)\fP to initialize the computer
--.TP
--.B /usr/local/GNUstep/Applications/Login.app/Preferences
-+.B %%X11BASE%%/GNUstep/Applications/Login.app/Preferences
- Configuration settings.
- .TP
--.B /usr/local/GNUstep/Applications/Login.app/Scripts/*
-+.B %%X11BASE%%/GNUstep/Applications/Login.app/Scripts/*
- Scripts executed by Login.App
- .TP
--.B /usr/local/GNUstep/Applications/Login.app/Themes
-+.B %%X11BASE%%/GNUstep/Applications/Login.app/Themes
- Themes used by Login.app.
--.SH BUGS
--On the "console" I can't get it to recognize the root password without
--changing securettys.
- .SH AUTHOR
- Login.app was written by Per Liden <per@rsn.hk-r.se>
- .PP
-@@ -56,4 +44,5 @@
- .PP
- This manual page originally written by
- Marcelo E. Magallon, <mmagallo@debian.org>
-- with updates by Justin Stressman
-+ with updates by Justin Stressman and
-+ adaptions for FreeBSD by Tobias Roth
diff --git a/x11/login.app/files/patch-src::config.h b/x11/login.app/files/patch-src::config.h
deleted file mode 100644
index 7cccd2ccff3d..000000000000
--- a/x11/login.app/files/patch-src::config.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/config.h.orig Sat Jan 8 18:29:31 2005
-+++ src/config.h Sat Jan 8 18:29:45 2005
-@@ -23,7 +23,7 @@
- #define CONFIG_H
-
- /* xinit */
--#define XINIT "/usr/X11R6/bin/xinit"
-+#define XINIT "%%X11BASE%%/bin/xinit"
-
- /* Theme directory */
- #define THEME_DIR "Themes"
diff --git a/x11/login.app/files/patch-src::preferences.h b/x11/login.app/files/patch-src::preferences.h
deleted file mode 100644
index 3379ab71da13..000000000000
--- a/x11/login.app/files/patch-src::preferences.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/preferences.h.orig Sun Oct 24 04:15:32 2004
-+++ src/preferences.h Sat Jan 8 18:26:20 2005
-@@ -47,7 +47,7 @@
- #endif
- #define DEFAULT_POWEROFFMESSAGE "System is shutting down..."
- #define DEFAULT_RESTARTMESSAGE "System is rebooting..."
--#define DEFAULT_XSERVER "/usr/X11R6/bin/X"
-+#define DEFAULT_XSERVER "%%X11BASE%%/bin/X"
- #define DEFAULT_THEME "Drone"
- #define DEFAULT_DISABLEWELCOMEMESSAGE True
- #define DEFAULT_DISABLEUSERSHUTDOWN False
diff --git a/x11/login.app/files/patch-src::switchuser.c b/x11/login.app/files/patch-src::switchuser.c
deleted file mode 100644
index db3f7ded8899..000000000000
--- a/x11/login.app/files/patch-src::switchuser.c
+++ /dev/null
@@ -1,25 +0,0 @@
---- src/switchuser.c.orig Sun Oct 24 04:15:32 2004
-+++ src/switchuser.c Sat Jan 8 18:37:49 2005
-@@ -77,7 +77,7 @@
- char* correct;
- struct passwd *pw;
- #ifdef SHADOW_PASSWD
-- struct spwd* sp;
-+ struct passwd* sp;
- #endif
-
- pw = getpwnam(username);
-@@ -87,10 +87,10 @@
- }
-
- #ifdef SHADOW_PASSWD
-- sp = getspnam(pw->pw_name);
-- endspent();
-+ sp = getpwnam(pw->pw_name);
-+ endpwent();
- if(sp) {
-- correct = sp->sp_pwdp;
-+ correct = sp->pw_passwd;
- }
- else
- #endif
diff --git a/x11/login.app/pkg-descr b/x11/login.app/pkg-descr
deleted file mode 100644
index c864d8fb094f..000000000000
--- a/x11/login.app/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-Login.app is a graphical login program that will give you a nice looking login
-interface to your favorite X-Server. It will also make it easy for you to
-reboot or halt your system. It has support for themes, so you can easily
-change the look of the login panel.
-
-PLEASE NOTE: Login.app is not a display manager and does not try to be.
-Login.app is only a fast and nice looking graphical login panel that let's you
-login on your system (you could say it's a graphical version of /bin/login).
-Also, it does have some nice features to halt, reboot and suspend you system.
-It will serve the needs of most users that just want a nice looking login
-interface on their FreeBSD workstation.
-
-WWW: http://largo.windowmaker.org/Login.app/
diff --git a/x11/login.app/pkg-plist b/x11/login.app/pkg-plist
deleted file mode 100644
index b4afaeaa1c7a..000000000000
--- a/x11/login.app/pkg-plist
+++ /dev/null
@@ -1,45 +0,0 @@
-etc/rc.d/loginapp.sh
-GNUstep/Apps/Login.app/Login
-GNUstep/Apps/Login.app/Preferences
-GNUstep/Apps/Login.app/Scripts/Login.root
-GNUstep/Apps/Login.app/Scripts/Login.user
-GNUstep/Apps/Login.app/Scripts/Logout.root
-GNUstep/Apps/Login.app/Scripts/PowerOff
-GNUstep/Apps/Login.app/Scripts/Restart
-GNUstep/Apps/Login.app/Scripts/Startup
-GNUstep/Apps/Login.app/Scripts/Suspend
-GNUstep/Apps/Login.app/Themes/Drone/Settings
-GNUstep/Apps/Login.app/Themes/Drone/fieldlabels.png
-GNUstep/Apps/Login.app/Themes/Drone/inputfield1.png
-GNUstep/Apps/Login.app/Themes/Drone/inputfield2.png
-GNUstep/Apps/Login.app/Themes/Drone/panel.png
-GNUstep/Apps/Login.app/Themes/Drone/powerbuttondown.png
-GNUstep/Apps/Login.app/Themes/Drone/powerbuttonup.png
-GNUstep/Apps/Login.app/Themes/Drone/restartbuttondown.png
-GNUstep/Apps/Login.app/Themes/Drone/restartbuttonup.png
-GNUstep/Apps/Login.app/Themes/Drone/stop.png
-GNUstep/Apps/Login.app/Themes/GNUstep/Settings
-GNUstep/Apps/Login.app/Themes/GNUstep/fieldlabels.tiff
-GNUstep/Apps/Login.app/Themes/GNUstep/inputfield.tiff
-GNUstep/Apps/Login.app/Themes/GNUstep/panel.tiff
-GNUstep/Apps/Login.app/Themes/GNUstep/powerbuttondown.tiff
-GNUstep/Apps/Login.app/Themes/GNUstep/powerbuttonup.tiff
-GNUstep/Apps/Login.app/Themes/GNUstep/restartbuttondown.tiff
-GNUstep/Apps/Login.app/Themes/GNUstep/restartbuttonup.tiff
-GNUstep/Apps/Login.app/Themes/GNUstep/stop.tiff
-GNUstep/Apps/Login.app/Themes/Linux/Settings
-GNUstep/Apps/Login.app/Themes/Linux/fieldlabels.tiff
-GNUstep/Apps/Login.app/Themes/Linux/inputfield.tiff
-GNUstep/Apps/Login.app/Themes/Linux/panel.tiff
-GNUstep/Apps/Login.app/Themes/Linux/powerbuttondown.tiff
-GNUstep/Apps/Login.app/Themes/Linux/powerbuttonup.tiff
-GNUstep/Apps/Login.app/Themes/Linux/restartbuttondown.tiff
-GNUstep/Apps/Login.app/Themes/Linux/restartbuttonup.tiff
-GNUstep/Apps/Login.app/Themes/Linux/stop.tiff
-@dirrm GNUstep/Apps/Login.app/Themes/Linux
-@dirrm GNUstep/Apps/Login.app/Themes/GNUstep
-@dirrm GNUstep/Apps/Login.app/Themes/Drone
-@dirrm GNUstep/Apps/Login.app/Themes
-@dirrm GNUstep/Apps/Login.app/Scripts
-@dirrm GNUstep/Apps/Login.app
-@dirrm GNUstep/Apps