- remove useless seting of home to "/"

This commit is contained in:
Marcela Mašláňová 2010-03-24 11:30:20 +00:00
parent 052d1b0310
commit 91200e746f
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,6 @@
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# For details see man 4 crontabs

View File

@ -1,7 +1,7 @@
Summary: Root crontab files used to schedule the execution of programs
Name: crontabs
Version: 1.10
Release: 32%{?dist}
Release: 33%{?dist}
License: Public Domain and GPLv2
Group: System Environment/Base
# no URL - it's only a one script which is used by different packages
@ -32,7 +32,7 @@ rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/etc/cron.{hourly,daily,weekly,monthly}
mkdir -p $RPM_BUILD_ROOT/usr/bin
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man4/
pwd
install -m644 %SOURCE0 $RPM_BUILD_ROOT/etc/crontab
install -m755 %SOURCE1 $RPM_BUILD_ROOT/usr/bin/run-parts
install -m644 %SOURCE2 $RPM_BUILD_ROOT/%{_mandir}/man4/
@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
%dir /etc/cron.monthly
%changelog
* Wed Mar 24 2010 Marcela Mašláňová <mmaslano@redhat.com> 1.10-33
- remove useless seting of home to "/"
* Mon Oct 12 2009 Marcela Mašláňová <mmaslano@redhat.com> 1.10-32
- rebuilt for review