Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
ad8b08d
in code for
icbd.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Mar 14, 2014, 9:22:54 PM (
11 years
ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
cdd2ff5
Parents:
28c4fd3
Message:
Chdir to /core after start
File:
1 edited
icbd.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
icbd.c
r28c4fd3
rad8b08d
470
470
}
471
471
472
if (chdir("/"
) < 0) {
473
syslog(LOG_ERR, "/
: %m");
472
if (chdir("/"
ICBD_HOME
) < 0) {
473
syslog(LOG_ERR, "/
" ICBD_HOME "
: %m");
474
474
exit(EX_UNAVAILABLE);
475
475
}
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive