~ubuntu-branches/ubuntu/maverick/dk-milter/maverick

« back to all changes in this revision

Viewing changes to debian/dk-filter.init

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna, Justin H., Luca Falavigna
  • Date: 2008-06-27 12:58:16 UTC
  • Revision ID: james.westby@ubuntu.com-20080627125816-wq86dc0ypq4x2brg
Tags: 1.0.0.dfsg-1ubuntu1
[ Justin H. ]
* debian/dk-milter.init:
  - Create /var/run/dk-milter if it doesn't exist. Ubuntu mounts /var/run
    on a tmpfs, which is erased every reboot (LP: #243106).

[ Luca Falavigna ]
* debian/control:
  - Update Maintainer field as per spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
test -x $DAEMON || exit 0
28
28
 
 
29
if [ ! -d $RUNDIR ] ; then
 
30
        mkdir $RUNDIR
 
31
        chown $USER $RUNDIR
 
32
fi
 
33
 
29
34
# Include dk-filter defaults if available
30
35
if [ -f /etc/default/dk-filter ] ; then
31
36
        . /etc/default/dk-filter