1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/x11/login.app/files/patch-af
2000-12-14 09:27:27 +00:00

19 lines
649 B
Plaintext

--- Preferences.orig Sat Nov 11 11:07:58 2000
+++ Preferences Thu Dec 14 00:49:48 2000
@@ -1,12 +1,12 @@
{
- WelcomeMessage = "Welcome to LINUX";
+ WelcomeMessage = "Welcome to FreeBSD";
RestartMessage = "System is rebooting...";
PowerOffMessage = "System is shutting down...";
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";
- Theme = "Linux";
+ XServer = "%%X11BASE%%/bin/X -nolisten tcp";
+ Theme = "Drone";
DisableWelcomeMessage = Yes;
DisableUserShutdown = No;