Revision: 6171 http://ipcop.svn.sourceforge.net/ipcop/?rev=6171&view=rev Author: owes Date: 2011-12-21 20:53:20 +0000 (Wed, 21 Dec 2011) Log Message: ----------- Show the numeric error code from installpackage if we do not have a text with detail for it.
Modified Paths: -------------- ipcop/trunk/html/cgi-bin/updates.cgi ipcop/trunk/updates/2.0.3/ROOTFILES.i486-2.0.3 Modified: ipcop/trunk/html/cgi-bin/updates.cgi =================================================================== --- ipcop/trunk/html/cgi-bin/updates.cgi 2011-12-21 07:02:11 UTC (rev 6170) +++ ipcop/trunk/html/cgi-bin/updates.cgi 2011-12-21 20:53:20 UTC (rev 6171) @@ -13,14 +13,13 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with IPCop; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# along with IPCop. If not, see <http://www.gnu.org/licenses/>. # # updates.cgi is based on Smoothwall updates.cgi which is # (c) The SmoothWall Team # # With many, many changes since 2001, -# (c) 2001-2010, the IPCop team +# (c) 2001-2011, the IPCop team # # $Id$ # @@ -82,7 +81,7 @@ return "$Lang::tr{'connection is down'}"; } else { - return "$Lang::tr{'package failed to install'}"; + return "$Lang::tr{'package failed to install'} ($exit_code)"; } } Modified: ipcop/trunk/updates/2.0.3/ROOTFILES.i486-2.0.3 =================================================================== --- ipcop/trunk/updates/2.0.3/ROOTFILES.i486-2.0.3 2011-12-21 07:02:11 UTC (rev 6170) +++ ipcop/trunk/updates/2.0.3/ROOTFILES.i486-2.0.3 2011-12-21 20:53:20 UTC (rev 6171) @@ -6,6 +6,7 @@ /home/httpd/cgi-bin/proxy.cgi /home/httpd/cgi-bin/servicegrps.cgi /home/httpd/cgi-bin/trafficadm.cgi +/home/httpd/cgi-bin/updates.cgi /home/httpd/cgi-bin/urlfilter.cgi /home/httpd/vhost81/cgi-bin/redirect.cgi /usr/lib/ipcop/library.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn