[Slim-Checkins] r33819 - /7.7/trunk/platforms/readynas/addon_template/remove.sh
[email protected] Tue, 07 Feb 2012 14:38:40 -0000
| Newsgroups | gmane.music.equipment.slimdevices.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mherger
Date: Tue Feb 7 06:38:39 2012
New Revision: 33819
URL: http://svn.slimdevices.com/slim?rev=33819&view=rev
Log:
Bug: n/a
Description: disable httpd restart during updates. We don't need it, but it's causing spurious error messages.
Modified:
7.7/trunk/platforms/readynas/addon_template/remove.sh
Modified: 7.7/trunk/platforms/readynas/addon_template/remove.sh
URL: http://svn.slimdevices.com/slim/7.7/trunk/platforms/readynas/addon_template/remove.sh?rev=33819&r1=33818&r2=33819&view=diff
==============================================================================
--- 7.7/trunk/platforms/readynas/addon_template/remove.sh (original)
+++ 7.7/trunk/platforms/readynas/addon_template/remove.sh Tue Feb 7 06:38:39 2012
@@ -38,7 +38,7 @@
sed -i "/^${SERVICE}\!\!/d" /etc/frontview/addons/addons.conf
# Reread modified service configuration files
-(/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t > /dev/null 2>&1) && (/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful > /dev/null 2>&1)
+#(/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t > /dev/null 2>&1) && (/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful > /dev/null 2>&1)
# Now remove ourself
rm -f $0