Helmut Pozimski
|
d9ed7f4235
also didn't work, another try, first go int with base16, then go to hex
|
11 years ago |
Helmut Pozimski
|
6fb6eabc3d
the change intended with the last commit didn't work out, try hex, it might work better
|
11 years ago |
Helmut Pozimski
|
1ae807b202
also cast an integer for the hardware address
|
11 years ago |
Helmut Pozimski
|
cec720e4db
corrected yet another variable name (I really need to remember them
|
11 years ago |
Helmut Pozimski
|
3ca3e99428
again explicitly cast integers for time values
|
11 years ago |
Helmut Pozimski
|
6f38400296
explicitly cast integers for time values
|
11 years ago |
Helmut Pozimski
|
221d6aab4d
corrected another type
|
11 years ago |
Helmut Pozimski
|
47ddabfea6
fixed a variable name
|
11 years ago |
Helmut Pozimski
|
6f4055ec72
prepared further configuration changes
|
11 years ago |
Helmut Pozimski
|
3d8bd46648
correctly use the stripped variable
|
11 years ago |
Helmut Pozimski
|
f4f090441f
changed configuration to filter empty lines to avoid IndexErrors
|
11 years ago |
Helmut Pozimski
|
c2736b637e
correct function call, configuration file path is given to the Read function, not the constructor
|
11 years ago |
Helmut Pozimski
|
1f5979a2aa
corrected the function name when calling Conf in configuration.py
|
11 years ago |
Helmut Pozimski
|
a05fd13989
corrected another small typo when calling the configuration module
|
11 years ago |
Helmut Pozimski
|
a19705fd38
corrected a typo when calling the main loop
|
11 years ago |
Helmut Pozimski
|
09d604b772
added example configuration file
|
11 years ago |
Helmut Pozimski
|
cc0f23a80f
added configuration module for reading the configuration
|
11 years ago |
Helmut Pozimski
|
4a48caaaf7
small error, big impact, finally use the group name to determine the group id and not the user name
|
11 years ago |
Helmut Pozimski
|
db48c5de29
explicitely casted integers for uid and gid
|
11 years ago |
Helmut Pozimski
|
9f2492ca1e
fixed determination of user and group id
|
11 years ago |
Helmut Pozimski
|
21d10000ef
corrected a name error, Node vs. None ;)
|
11 years ago |
Helmut Pozimski
|
b87d58082a
corrected OptionParser import
|
11 years ago |
Helmut Pozimski
|
173014bb67
implemented option parsing and differentiate between daemon and script mode, drop privileges if requested
|
11 years ago |
Helmut Pozimski
|
d781682310
added spaces into cmdline, removed debug code
|
11 years ago |
Helmut Pozimski
|
a50d45a0fd
added temporary debug code for the cmdline parameter§
|
11 years ago |
Helmut Pozimski
|
5203c3fa9a
added code to determine the cmdline to set it properly
|
11 years ago |
Helmut Pozimski
|
ea0e74b29d
add second parameter for the SetName function
|
11 years ago |
Helmut Pozimski
|
557d4ecbbc
corrected yet another stupid name error
|
11 years ago |
Helmut Pozimski
|
fa0c4ede38
corrected another stupid name error
|
11 years ago |
Helmut Pozimski
|
23d00fd364
also corrected the call to the daemon class
|
11 years ago |