git.openpandora.org
/
pandora-libraries.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2739f24
)
'Fix'; chdir /tmp is a good idea, but currently I'm using relative paths a lot so...
author
skeezix
<skeezix@flotsam-vm.(none)>
Thu, 19 Feb 2009 21:14:46 +0000
(16:14 -0500)
committer
skeezix
<skeezix@flotsam-vm.(none)>
Thu, 19 Feb 2009 21:14:46 +0000
(16:14 -0500)
breaks my testing, when in daemon mode. Worry about it later.
apps/pndnotifyd.c
patch
|
blob
|
history
diff --git
a/apps/pndnotifyd.c
b/apps/pndnotifyd.c
index
d79f61d
..
b534153
100644
(file)
--- a/
apps/pndnotifyd.c
+++ b/
apps/pndnotifyd.c
@@
-73,7
+73,9
@@
int main ( int argc, char *argv[] ) {
if ( g_daemon_mode ) {
// set a CWD somewhere else
+#if 0
chdir ( "/tmp" );
+#endif
// detach from terminal
if ( ( i = fork() ) < 0 ) {