diff options
author | Simon Rettberg | 2021-11-12 09:27:36 +0100 |
---|---|---|
committer | Simon Rettberg | 2021-11-12 09:27:36 +0100 |
commit | c09f64e556ae3a6b3b9c5ab172c4e5c54f539512 (patch) | |
tree | 74ab0f3fe94be8a05db0946282eb0d9f9d919030 /core/modules/busybox/openslx-busybox-config | |
parent | Update kernel config (diff) | |
download | mltk-c09f64e556ae3a6b3b9c5ab172c4e5c54f539512.tar.gz mltk-c09f64e556ae3a6b3b9c5ab172c4e5c54f539512.tar.xz mltk-c09f64e556ae3a6b3b9c5ab172c4e5c54f539512.zip |
/var/run -> /run
Diffstat (limited to 'core/modules/busybox/openslx-busybox-config')
-rw-r--r-- | core/modules/busybox/openslx-busybox-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/busybox/openslx-busybox-config b/core/modules/busybox/openslx-busybox-config index 3b58a9fa..cf5bad8d 100644 --- a/core/modules/busybox/openslx-busybox-config +++ b/core/modules/busybox/openslx-busybox-config @@ -42,7 +42,7 @@ CONFIG_FEATURE_DEVPTS=y CONFIG_FEATURE_UTMP=y # CONFIG_FEATURE_WTMP is not set CONFIG_FEATURE_PIDFILE=y -CONFIG_PID_FILE_PATH="/var/run" +CONFIG_PID_FILE_PATH="/run" CONFIG_FEATURE_SUID=y # CONFIG_FEATURE_SUID_CONFIG is not set # CONFIG_FEATURE_SUID_CONFIG_QUIET is not set |