mirror of
https://github.com/systemd/systemd.git
synced 2025-03-21 02:50:18 +03:00
[PATCH] scsi_id: when udevstart is started, /tmp is not writeable.
This commit is contained in:
parent
0c50db890e
commit
fd3eeb7502
@ -44,8 +44,8 @@
|
||||
/*
|
||||
* temporary names for mknod.
|
||||
*/
|
||||
#define TMP_DIR "/tmp"
|
||||
#define TMP_PREFIX "scsi"
|
||||
#define TMP_DIR "/dev"
|
||||
#define TMP_PREFIX "tmp-scsi"
|
||||
|
||||
/*
|
||||
* XXX Note the 'e' (send output to stderr in all cases), and 'c' (callout)
|
||||
|
Loading…
x
Reference in New Issue
Block a user