L4Re/departure

Annotated libext2fs/lib/dirpaths.h

617:2733e5770ee9
9 months ago Paul Boddie Made the run command wait for completion, introducing the spawn command to run programs in the background. Introduced conveniences for waiting for the last job to be initiated and for piping from the last job, also subscribing to signals from pipe-supplying jobs so that they may be transparently removed from the job list upon completion. Augmented the job listing with the "+" notation familiar from Unix. Prevented new jobs from being started when no job slots are available.
paul@212 1
/*
paul@212 2
 * This file contains the path names for various directories as
paul@212 3
 * controlled by the configure script.
paul@212 4
 */
paul@212 5
paul@212 6
/* Where to put the messages file for internationalization support */
paul@212 7
#define LOCALEDIR		"/usr/share/locale"
paul@212 8
paul@212 9
/* Where to find the mke2fs.conf and e2fsck.conf files */
paul@212 10
#define ROOT_SYSCONFDIR		"/etc"