~ubuntu-branches/ubuntu/trusty/apache2/trusty

« back to all changes in this revision

Viewing changes to debian/patches/038_no_LD_LIBRARY_PATH

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-04-01 16:30:56 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050401163056-ve71h4qd7f4plu7j
Tags: 2.0.53-5ubuntu5
Fix the init script to not exit with an error when asked to
stop a daemon that isn't running (Was the root cause of #8374)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- build-tree/apache2/support/envvars-std.in   2004-11-07 04:07:56.000000000 -0700
 
2
+++ build-tree/apache2/support/envvars-std.in   2004-11-07 04:08:08.000000000 -0700
 
3
@@ -17,7 +17,4 @@
 
4
 #
 
5
 # This file is generated from envvars-std.in
 
6
 #
 
7
-@SHLIBPATH_VAR@="@exp_libdir@:$@SHLIBPATH_VAR@"
 
8
-export @SHLIBPATH_VAR@
 
9
-#
 
10
 @OS_SPECIFIC_VARS@