File: 000_debian_apachessl

package info (click to toggle)
apache 1.3.34-4.1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 4,800 kB
  • ctags: 90
  • sloc: sh: 1,273; makefile: 685; perl: 215
file content (20 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- build-tree/apache_1.3.24/src/support/apachectl
+++ build-tree/apache_1.3.34/src/support/apachectl
@@ -106,7 +106,7 @@
 		fi
 	    else
 		echo "$0 $ARG: configuration broken, ignoring restart"
-		echo "$0 $ARG: (run 'apachectl configtest' for details)"
+		echo "$0 $ARG: (run 'apache-sslctl configtest' for details)"
 		ERROR=6
 	    fi
 	fi
@@ -130,7 +130,7 @@
 		fi
 	    else
 		echo "$0 $ARG: configuration broken, ignoring restart"
-		echo "$0 $ARG: (run 'apachectl configtest' for details)"
+		echo "$0 $ARG: (run 'apache-sslctl configtest' for details)"
 		ERROR=7
 	    fi
 	fi