freebsd-ports/x11/login.app/files/patch-ah
Maxim Sobolev 072be54a75 - Update to 2.0.0.a7;
- make it PREFIX, X11BASE and LOCALBASE clean;
- adjust default font, so login.app should work OOB;
- new MASTER_SITE and WWW;
- make GNUstep theme default theme instead of Linux one (it's nasty to see
  big `LINUX' letters on FreeBSD login screen ;);
- adjust scripts, so `Restart' and `Power-off' buttons work just OOB.

Update prompted by:	Thomas Spreng <spreng@iamexwi.unibe.ch>
2000-12-14 09:01:23 +00:00

21 lines
485 B
Text

--- Scripts/Login.root.orig Sat Nov 11 10:49:02 2000
+++ Scripts/Login.root Thu Dec 14 10:38:58 2000
@@ -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 $USER
+%%X11BASE%%/bin/sessreg -a $USER
# End of file