Skip to content
Snippets Groups Projects
Commit 87b69242 authored by Andrew McNab's avatar Andrew McNab
Browse files

00.02

parent 80d1646d
No related branches found
No related tags found
No related merge requests found
VERSION=00.01
VERSION=00.02
......@@ -33,7 +33,8 @@ start() {
# Create files
echo -n $"Set up /etc/machinefeatures: "
rm -Rf /etc/machinefeatures
mkdir -p /etc/machinefeatures
if [ "$total_cpu" == "" ] ; then
......
......@@ -26,8 +26,11 @@ chkconfig mjf-torque on
service mjf-torque start
%preun
chkconfig mjf-torque off
service mjf-torque stop
if [ "$1" = "0" ] ; then
# if uninstallation rather than upgrade then stop
chkconfig mjf-torque off
service mjf-torque stop
fi
%files
/var/lib/torque/mom_priv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment