create /etc/at.allow

(cherry picked from commit ebada77c6994461c7d5233a42e6219c53700ccf0)
This commit is contained in:
shixuantong 2024-05-27 09:43:52 +08:00 committed by openeuler-sync-bot
parent 8914414973
commit 6393a28146

13
at.spec
View File

@ -1,6 +1,6 @@
Name: at Name: at
Version: 3.2.5 Version: 3.2.5
Release: 2 Release: 3
Summary: A job manager Summary: A job manager
License: GPLv3+, GPLv2+, ISC, MIT, Public Domain License: GPLv3+, GPLv2+, ISC, MIT, Public Domain
URL: http://ftp.debian.org/debian/pool/main/a/at URL: http://ftp.debian.org/debian/pool/main/a/at
@ -93,6 +93,11 @@ make test
%systemd_preun atd.service %systemd_preun atd.service
%post %post
if ! test -f %{_sysconfdir}/at.allow; then
touch %{_sysconfdir}/at.allow
chown root:root %{_sysconfdir}/at.allow
chmod og-rwx %{_sysconfdir}/at.allow
fi
touch %{_localstatedir}/spool/at/.SEQ touch %{_localstatedir}/spool/at/.SEQ
chmod 600 %{_localstatedir}/spool/at/.SEQ chmod 600 %{_localstatedir}/spool/at/.SEQ
chown root:root %{_localstatedir}/spool/at/.SEQ chown root:root %{_localstatedir}/spool/at/.SEQ
@ -122,6 +127,12 @@ chown root:root %{_localstatedir}/spool/at/.SEQ
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Mon May 27 2024 shixuantong <shixuantong1@huawei.com> - 3.2.5-3
- Typebugfix
- IDNA
- SUG:NA
- DESC:create /etc/at.allow
* Fri May 24 2024 shixuantong <shixuantong1@huawei.com> - 3.2.5-2 * Fri May 24 2024 shixuantong <shixuantong1@huawei.com> - 3.2.5-2
- Typebugfix - Typebugfix
- IDNA - IDNA