~ubuntu-branches/ubuntu/hoary/courier/hoary

« back to all changes in this revision

Viewing changes to debian/courier-base.config

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-11-29 12:09:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041129120934-kkn0xj11j0n1n6lo
Tags: 0.47-3ubuntu1
* Nathaniel McCallum
 - debian/*.init: pretty initscripts
 - debian/control: version depends on lsb-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh -e
2
2
#
3
 
# Copyright 2001 by Stefan Hornburg (Racke) <racke@linuxia.de>
 
3
# Copyright 2001,2002,2004 by Stefan Hornburg (Racke) <racke@linuxia.de>
4
4
#
5
5
# This program is free software; you can redistribute it and/or modify
6
6
# it under the terms of the GNU General Public License as published by
29
29
        fi
30
30
fi
31
31
 
32
 
# Display suite notice only once
33
 
if [ "$1" != "reconfigure" ]; then
34
 
        db_input high courier-base/suitenotice || [ $? -eq 30 ]
35
 
        db_go
36
 
fi
37
 
 
38
32
# Question about configuration file mode
39
33
db_subst courier-base/webadmin-configmode courieruser daemon
40
34
db_input high courier-base/webadmin-configmode || [ $? -eq 30 ]