Skip to content

Commit

Permalink
Item1087: use which apache to find out what is installed..
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@3211 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Mar 20, 2009
1 parent ca571ae commit 26c5fb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/tools/pkg/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ case "$1" in
# fi
# done

#note that only apache2 really seems to exist in Etch etc, but the others I've left for historical reasons
servers="apache apache-perl apache-ssl apache2"
for server in $servers; do
if [ `which $server` ]; then
Expand Down

0 comments on commit 26c5fb7

Please sign in to comment.