8b315e85c7
Create/remove /etc/wall_cmos_clock without using system() and magic paths.
6 lines
240 B
C
6 lines
240 B
C
#define _PATH_ZONETAB "/usr/share/zoneinfo/zone.tab"
|
|
#define _PATH_ISO3166 "/usr/share/misc/iso3166"
|
|
#define _PATH_ZONEINFO "/usr/share/zoneinfo"
|
|
#define _PATH_LOCALTIME "/etc/localtime"
|
|
#define _PATH_WALL_CMOS_CLOCK "/etc/wall_cmos_clock"
|