update permissions and ownership on nginx log dir

* update permissions and ownership on nginx lib/tmp dir
* release bump
This commit is contained in:
Jeremy Hinegardner 2010-12-12 17:53:11 -07:00
parent f172741083
commit ab9c337f9b
2 changed files with 11 additions and 5 deletions

View File

@ -23,7 +23,7 @@ nginx="/usr/sbin/nginx"
prog=$(basename $nginx)
sysconfig="/etc/sysconfig/$prog"
lockfile="/var/lock/subsys/$prog"
lockfile="/var/lock/subsys/nginx"
pidfile="/var/run/${prog}.pid"
NGINX_CONF_FILE="/etc/nginx/nginx.conf"

View File

@ -9,7 +9,7 @@
Name: nginx
Version: 0.8.53
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Robust, small and high performance HTTP and reverse proxy server
Group: System Environment/Daemons
@ -163,7 +163,6 @@ fi
%{_initrddir}/%{name}
%dir %{nginx_confdir}
%dir %{nginx_confdir}/conf.d
%dir %{nginx_logdir}
%config(noreplace) %{nginx_confdir}/conf.d/*.conf
%config(noreplace) %{nginx_confdir}/win-utf
%config(noreplace) %{nginx_confdir}/%{name}.conf.default
@ -185,11 +184,18 @@ fi
%dir %{perl_vendorarch}/auto/%{name}
%{perl_vendorarch}/%{name}.pm
%{perl_vendorarch}/auto/%{name}/%{name}.so
%attr(-,%{nginx_user},%{nginx_group}) %dir %{nginx_home}
%attr(-,%{nginx_user},%{nginx_group}) %dir %{nginx_home_tmp}
%attr(0700,%{nginx_user},%{nginx_group}) %dir %{nginx_logdir}
%attr(0700,%{nginx_user},%{nginx_group}) %dir %{nginx_home}
%attr(0700,%{nginx_user},%{nginx_group}) %dir %{nginx_home_tmp}
%changelog
* Sun Dec 12 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.8.53-3
- Change ownership of /var/log/nginx to be 0700 nginx:nginx
- update init script to use killproc -p
- add reopen_logs command to init script
- update init script to use nginx -q option
* Sun Oct 31 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.8.53-2
- Fix linking of perl module