diff options
author | Zbigniew JÄdrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-08-02 09:07:44 -0400 |
---|---|---|
committer | Dee'Kej <deekej@linuxmail.org> | 2017-08-03 13:47:59 +0200 |
commit | bf00a00483cfa675ea665d6a0dd40d5629bc928a (patch) | |
tree | 8feb8c2af7f83edc6ee94e83d7a78432ef27dbc9 /sysconfig.txt | |
parent | a019e06a883665ebab24539247ce63bf558fe699 (diff) | |
download | initscripts-bf00a00483cfa675ea665d6a0dd40d5629bc928a.tar initscripts-bf00a00483cfa675ea665d6a0dd40d5629bc928a.tar.gz initscripts-bf00a00483cfa675ea665d6a0dd40d5629bc928a.tar.bz2 initscripts-bf00a00483cfa675ea665d6a0dd40d5629bc928a.tar.xz initscripts-bf00a00483cfa675ea665d6a0dd40d5629bc928a.zip |
Replace /var/run with /run everywhere
https://bugzilla.redhat.com/show_bug.cgi?id=1471489
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index df3aaa78..d5d600e5 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -227,7 +227,7 @@ Generic options: IPV6_RADVD_PIDFILE=<pid-file> (optional) Location of PID file for controlling radvd, see IPV6_CONTROL_RADVD - Default: "/var/run/radvd/radvd.pid" + Default: "/run/radvd/radvd.pid" Example: IPV6_RADVD_PIDFILE="/some/other/location/radvd.pid" IPV6TO4_RADVD_PIDFILE=<pid-file> (obsolete) @@ -376,7 +376,7 @@ Generic options: controls which data source saslauthd will consult when checking user passwords; run 'saslauthd -v' to get a full list of available authentication mechanisms - SOCKETDIR=/var/run/saslauthd + SOCKETDIR=/run/saslauthd controls in which directory saslauthd will be directed to create its listening socket; any change to this value will require a corresponding change in client configuration files |