Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
03fd5271
Commit
03fd5271
authored
Oct 12, 2011
by
Constantinos Venetsanopoulos
Committed by
Constantinos Venetsanopoulos
Oct 12, 2011
Browse files
Minor aesthetic fixes in postinst/prerm scripts
parent
503c0e27
Changes
2
Hide whitespace changes
Inline
Side-by-side
snf-ganeti-tools/debian/postinst
View file @
03fd5271
...
...
@@ -22,7 +22,6 @@ case "$1" in
configure
)
echo
"Updating rc.d links... "
update-rc.d snf-ganeti-eventd defaults
echo
"done
\n
"
echo
"Starting snf-ganeti-eventd...
\n
"
/etc/init.d/snf-ganeti-eventd start
;;
...
...
snf-ganeti-tools/debian/prerm
View file @
03fd5271
...
...
@@ -19,11 +19,10 @@ set -e
case
"
$1
"
in
remove|upgrade|deconfigure
)
echo
"Stopping snf-ganeti-eventd...
\n
"
echo
"Stopping snf-ganeti-eventd..."
/etc/init.d/snf-ganeti-eventd stop
echo
"Removing rc.d links... "
update-rc.d snf-ganeti-eventd remove
echo
"done
\n
"
;;
failed-upgrade
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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