diff options
author | Alejandro Colomar <alx@nginx.com> | 2023-03-27 13:43:37 +0200 |
---|---|---|
committer | Alejandro Colomar <alx@nginx.com> | 2023-03-29 00:40:40 +0200 |
commit | 5ba79b9b524ef746bc3269520c3f6b893f39275c (patch) | |
tree | d2c81fb988fe3c371ff5aa969abd7bf82459927a /pkg/deb/Makefile | |
parent | e242b1454dff7a6be17ed2e2c06884fec528ad1b (diff) | |
download | unit-5ba79b9b524ef746bc3269520c3f6b893f39275c.tar.gz unit-5ba79b9b524ef746bc3269520c3f6b893f39275c.tar.bz2 |
Renamed --libstatedir to --statedir.
In BSD systems, it's usually </var/db> or some other dir under </var>
that is not </var/lib>, so $statedir is a more generic name. See
hier(7).
Reported-by: Andrei Zeliankou <zelenkov@nginx.com>
Reported-by: Zhidao Hong <z.hong@f5.com>
Reviewed-by: Konstantin Pavlov <thresh@nginx.com>
Reviewed-by: Andrew Clayton <a.clayton@nginx.com>
Cc: Liam Crilly <liam@nginx.com>
Signed-off-by: Alejandro Colomar <alx@nginx.com>
Diffstat (limited to 'pkg/deb/Makefile')
-rw-r--r-- | pkg/deb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/deb/Makefile b/pkg/deb/Makefile index ccd2bd35..788bbe5a 100644 --- a/pkg/deb/Makefile +++ b/pkg/deb/Makefile @@ -117,7 +117,7 @@ endif CONFIGURE_ARGS_COMMON=\ --prefix=/usr \ - --libstatedir=/var/lib/unit \ + --statedir=/var/lib/unit \ --control="unix:/var/run/control.unit.sock" \ --pid=/var/run/unit.pid \ --log=/var/log/unit.log \ |