forked from AeroNotix/slim-git
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
restored the daemon config option, updated copyright info for 2006
- Loading branch information
sip
committed
Jan 8, 2006
1 parent
39b102f
commit 57ea6f7
Showing
19 changed files
with
46 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* SLiM - Simple Login Manager | ||
Copyright (C) 1997, 1998 Per Liden | ||
Copyright (C) 2004-05 Simone Rota <[email protected]> | ||
Copyright (C) 2004-05 Johannes Winkelmann <[email protected]> | ||
Copyright (C) 2004-06 Simone Rota <[email protected]> | ||
Copyright (C) 2004-06 Johannes Winkelmann <[email protected]> | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
@@ -166,6 +166,10 @@ void App::Run() { | |
|
||
#ifndef XNEST_DEBUG | ||
OpenLog(); | ||
|
||
if (cfg.getOption("daemon") == "yes") { | ||
daemonmode = true; | ||
} | ||
|
||
// Daemonize | ||
if (daemonmode) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* SLiM - Simple Login Manager | ||
Copyright (C) 1997, 1998 Per Liden | ||
Copyright (C) 2004-05 Simone Rota <[email protected]> | ||
Copyright (C) 2004-05 Johannes Winkelmann <[email protected]> | ||
Copyright (C) 2004-06 Simone Rota <[email protected]> | ||
Copyright (C) 2004-06 Johannes Winkelmann <[email protected]> | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* SLiM - Simple Login Manager | ||
Copyright (C) 2004-05 Simone Rota <[email protected]> | ||
Copyright (C) 2004-05 Johannes Winkelmann <[email protected]> | ||
Copyright (C) 2004-06 Simone Rota <[email protected]> | ||
Copyright (C) 2004-06 Johannes Winkelmann <[email protected]> | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
@@ -25,6 +25,7 @@ Cfg::Cfg() { | |
options.insert(option("default_xserver","/usr/X11R6/bin/X")); | ||
options.insert(option("xserver_arguments","")); | ||
options.insert(option("numlock","")); | ||
options.insert(option("daemon","")); | ||
options.insert(option("login_cmd","exec /bin/bash -login ~/.xinitrc %session")); | ||
options.insert(option("halt_cmd","/sbin/shutdown -h now")); | ||
options.insert(option("reboot_cmd","/sbin/shutdown -r now")); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* SLiM - Simple Login Manager | ||
Copyright (C) 2004-05 Simone Rota <[email protected]> | ||
Copyright (C) 2004-05 Johannes Winkelmann <[email protected]> | ||
Copyright (C) 2004-06 Simone Rota <[email protected]> | ||
Copyright (C) 2004-06 Johannes Winkelmann <[email protected]> | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* SLiM - Simple Login Manager | ||
Copyright (C) 1997, 1998 Per Liden | ||
Copyright (C) 2004-05 Simone Rota <[email protected]> | ||
Copyright (C) 2004-05 Johannes Winkelmann <[email protected]> | ||
Copyright (C) 2004-06 Simone Rota <[email protected]> | ||
Copyright (C) 2004-06 Johannes Winkelmann <[email protected]> | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* SLiM - Simple Login Manager | ||
Copyright (C) 2004-05 Simone Rota <[email protected]> | ||
Copyright (C) 2004-05 Johannes Winkelmann <[email protected]> | ||
Copyright (C) 2004-06 Simone Rota <[email protected]> | ||
Copyright (C) 2004-06 Johannes Winkelmann <[email protected]> | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* SLiM - Simple Login Manager | ||
Copyright (C) 2004-05 Simone Rota <[email protected]> | ||
Copyright (C) 2004-05 Johannes Winkelmann <[email protected]> | ||
Copyright (C) 2004-06 Simone Rota <[email protected]> | ||
Copyright (C) 2004-06 Johannes Winkelmann <[email protected]> | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* SLiM - Simple Login Manager | ||
Copyright (C) 1997, 1998 Per Liden | ||
Copyright (C) 2004-05 Simone Rota <[email protected]> | ||
Copyright (C) 2004-05 Johannes Winkelmann <[email protected]> | ||
Copyright (C) 2004-06 Simone Rota <[email protected]> | ||
Copyright (C) 2004-06 Johannes Winkelmann <[email protected]> | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* SLiM - Simple Login Manager | ||
Copyright (C) 1997, 1998 Per Liden | ||
Copyright (C) 2004-05 Simone Rota <[email protected]> | ||
Copyright (C) 2004-05 Johannes Winkelmann <[email protected]> | ||
Copyright (C) 2004-06 Simone Rota <[email protected]> | ||
Copyright (C) 2004-06 Johannes Winkelmann <[email protected]> | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* SLiM - Simple Login Manager | ||
Copyright (C) 1997, 1998 Per Liden | ||
Copyright (C) 2004-05 Simone Rota <[email protected]> | ||
Copyright (C) 2004-05 Johannes Winkelmann <[email protected]> | ||
Copyright (C) 2004-06 Simone Rota <[email protected]> | ||
Copyright (C) 2004-06 Johannes Winkelmann <[email protected]> | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* SLiM - Simple Login Manager | ||
Copyright (C) 2004-05 Simone Rota <[email protected]> | ||
Copyright (C) 2004-05 Johannes Winkelmann <[email protected]> | ||
Copyright (C) 2004-06 Simone Rota <[email protected]> | ||
Copyright (C) 2004-06 Johannes Winkelmann <[email protected]> | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* SLiM - Simple Login Manager | ||
Copyright (C) 2004-05 Simone Rota <[email protected]> | ||
Copyright (C) 2004-05 Johannes Winkelmann <[email protected]> | ||
Copyright (C) 2004-06 Simone Rota <[email protected]> | ||
Copyright (C) 2004-06 Johannes Winkelmann <[email protected]> | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* SLiM - Simple Login Manager | ||
Copyright (C) 1997, 1998 Per Liden | ||
Copyright (C) 2004-05 Simone Rota <[email protected]> | ||
Copyright (C) 2004-05 Johannes Winkelmann <[email protected]> | ||
Copyright (C) 2004-06 Simone Rota <[email protected]> | ||
Copyright (C) 2004-06 Johannes Winkelmann <[email protected]> | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* SLiM - Simple Login Manager | ||
Copyright (C) 1997, 1998 Per Liden | ||
Copyright (C) 2004-05 Simone Rota <[email protected]> | ||
Copyright (C) 2004-05 Johannes Winkelmann <[email protected]> | ||
Copyright (C) 2004-06 Simone Rota <[email protected]> | ||
Copyright (C) 2004-06 Johannes Winkelmann <[email protected]> | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* SLiM - Simple Login Manager | ||
Copyright (C) 1997, 1998 Per Liden | ||
Copyright (C) 2004-05 Simone Rota <[email protected]> | ||
Copyright (C) 2004-05 Johannes Winkelmann <[email protected]> | ||
Copyright (C) 2004-06 Simone Rota <[email protected]> | ||
Copyright (C) 2004-06 Johannes Winkelmann <[email protected]> | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* SLiM - Simple Login Manager | ||
Copyright (C) 1997, 1998 Per Liden | ||
Copyright (C) 2004-05 Simone Rota <[email protected]> | ||
Copyright (C) 2004-05 Johannes Winkelmann <[email protected]> | ||
Copyright (C) 2004-06 Simone Rota <[email protected]> | ||
Copyright (C) 2004-06 Johannes Winkelmann <[email protected]> | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|