Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
machinejobfeatures
mjf-scripts
Commits
87b69242
Commit
87b69242
authored
Feb 28, 2016
by
Andrew McNab
Browse files
00.02
parent
80d1646d
Changes
3
Hide whitespace changes
Inline
Side-by-side
VERSION
View file @
87b69242
VERSION=00.0
1
VERSION=00.0
2
mjf-torque.init
View file @
87b69242
...
...
@@ -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
...
...
mjf-torque.spec
View file @
87b69242
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment