1
0
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:
kojima
1999-04-10 19:32:34 +00:00
parent 4a473b8ad7
commit 7e07b7b5b9
25 changed files with 3056 additions and 1740 deletions

View File

@@ -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