File: apache-common.config

package info (click to toggle)
apache 1.3.33-6sarge3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,856 kB
  • ctags: 86
  • sloc: sh: 1,229; makefile: 682; perl: 215
file content (13 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

set -e

## Source debconf library.
. /usr/share/debconf/confmodule

if [ "$2" ]; then
    if dpkg --compare-versions "$2" lt "1.3.28"; then
	db_input high apache-common/confignotes || true
	db_go || true
    fi
fi