mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
*** empty log message ***
This commit is contained in:
@@ -52,7 +52,6 @@
|
||||
|
||||
#include <proplist.h>
|
||||
|
||||
|
||||
/****** Global Variables ******/
|
||||
|
||||
/* general info */
|
||||
@@ -299,7 +298,7 @@ execInitScript()
|
||||
file = wfindfile(DEF_CONFIG_PATHS, DEF_INIT_SCRIPT);
|
||||
if (file) {
|
||||
if (fork()==0) {
|
||||
execl("/bin/sh", "/bin/sh", "-c", file, NULL);
|
||||
execl("/bin/sh", "/bin/sh", "-c",file, NULL);
|
||||
wsyserror(_("%s:could not execute initialization script"), file);
|
||||
exit(1);
|
||||
}
|
||||
@@ -511,10 +510,6 @@ main(int argc, char **argv)
|
||||
|
||||
wXModifierInitialize();
|
||||
|
||||
#ifdef SOUNDS
|
||||
wSoundInitialize();
|
||||
#endif
|
||||
|
||||
#ifdef XSMP_ENABLED
|
||||
wSessionConnectManager(argv, argc);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user