mailing list of musl libc
 help / color / mirror / code / Atom feed
12eb9e8650cbcb3db21e2bea6856fa4170f3f469 blob 944 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
 
#ifndef _PATHS_H
#define _PATHS_H

#define	_PATH_DEFPATH "/usr/local/bin:/bin:/usr/bin"
#define	_PATH_STDPATH "/bin:/usr/bin:/sbin:/usr/sbin"

#define	_PATH_BSHELL	"/bin/sh"
#define	_PATH_CONSOLE	"/dev/console"
#define	_PATH_DEVNULL	"/dev/null"
#define	_PATH_KMEM	"/dev/kmem"
#define	_PATH_LASTLOG	"/var/log/lastlog"
#define	_PATH_MAILDIR	"/var/mail"
#define	_PATH_MAN	"/usr/share/man"
#define	_PATH_MNTTAB	"/etc/fstab"
#define	_PATH_MOUNTED	"/etc/mtab"
#define	_PATH_NOLOGIN	"/etc/nologin"
#define	_PATH_SENDMAIL	"/usr/sbin/sendmail"
#define	_PATH_SHADOW	"/etc/shadow"
#define	_PATH_SHELLS	"/etc/shells"
#define	_PATH_TTY	"/dev/tty"
#define _PATH_UTMP	"/dev/null/utmp"
#define	_PATH_VI	"/usr/bin/vi"
#define _PATH_WTMP	"/dev/null/wtmp"
#define _PATH_LASTLOG   "/var/log/lastlog"

#define	_PATH_DEV	"/dev/"
#define	_PATH_TMP	"/tmp/"
#define	_PATH_VARDB	"/var/lib/misc/"
#define	_PATH_VARRUN	"/var/run/"
#define	_PATH_VARTMP	"/var/tmp/"

#endif
debug log:

solving 12eb9e8 ...
found 12eb9e8 in https://inbox.vuxu.org/musl/51D16D4F.2050704@barfooze.de/
found e0d1fff in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 e0d1fff1797c1337dfae497ea0099efb4c405499	include/paths.h

applying [1/1] https://inbox.vuxu.org/musl/51D16D4F.2050704@barfooze.de/
diff --git a/include/paths.h b/include/paths.h
index e0d1fff..12eb9e8 100644

Checking patch include/paths.h...
Applied patch include/paths.h cleanly.

index at:
100644 12eb9e8650cbcb3db21e2bea6856fa4170f3f469	include/paths.h

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).