change directory for *uidgid and multilog to /usr/bin
This commit is contained in:
parent
cb76d37cef
commit
b00815cdcb
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
|
||||
/sbin/e-smith/expand-template /var/service/tinydns/root/data
|
||||
cd "/var/service/tinydns/root" && /usr/local/bin/tinydns-data
|
||||
cd "/var/service/tinydns/root" && /usr/bin/tinydns-data
|
||||
|
@ -22,6 +22,6 @@
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
exec \
|
||||
/usr/local/bin/setuidgid dnslog \
|
||||
/usr/local/bin/multilog t s5000000 \
|
||||
/usr/bin/setuidgid dnslog \
|
||||
/usr/bin/multilog t s5000000 \
|
||||
/var/log/tinydns
|
||||
|
@ -4,5 +4,5 @@ exec 2>&1
|
||||
exec envdir ./env sh -c '
|
||||
exec envuidgid dns \
|
||||
softlimit -d "$DATALIMIT" \
|
||||
/usr/local/bin/tinydns
|
||||
/usr/bin/tinydns
|
||||
'
|
||||
|
@ -4,7 +4,7 @@ Summary: smeserver module to configure tinydns
|
||||
%define name smeserver-tinydns
|
||||
Name: %{name}
|
||||
%define version 11.0.0
|
||||
%define release 2
|
||||
%define release 3
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
License: GPL
|
||||
@ -24,6 +24,9 @@ Provides: e-smith-tinydns
|
||||
AutoReqProv: no
|
||||
|
||||
%changelog
|
||||
* Sat Mar 30 2024 Trevor Batley <trevor@batley.id.au> 11.0.0-3.sme
|
||||
- change directory for *uidgid and multilog to /usr/bin [SME: 12566]
|
||||
|
||||
* Sat Mar 23 2024 Brian Read <brianr@koozali.org>11.0.0-2.sme
|
||||
- Change Requires: e-smith- to Requires:smeserver-
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user