diff options
author | Richard Nelson <cowboy@debian.org> | 1998-06-23 10:00:00 -0500 |
---|---|---|
committer | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 19:58:37 +0200 |
commit | 6202a816311c5e56f71ecd358850b1e6d8cd7065 (patch) | |
tree | de47ad4f657df101b6f36a07a6c6e19191be7de9 /debian/ip-up.d | |
parent | 6c193ce1dd1d07ebdc1372e38bc4908ab1c37705 (diff) | |
download | sendmail-debian/8.8.8-20.tar.gz |
Imported Debian patch 8.8.8-20debian/8.8.8-20
Diffstat (limited to 'debian/ip-up.d')
-rw-r--r-- | debian/ip-up.d | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/ip-up.d b/debian/ip-up.d new file mode 100644 index 0000000..7bada47 --- /dev/null +++ b/debian/ip-up.d @@ -0,0 +1,14 @@ +#!/bin/sh +# +# This script is called when ppp connects to the network. +# +# Here is where we'll start sendmail if needed, and will +# run the queue in either case. +# +# Written By Richard Nelson <cowboy@debian.org> + +# Start/reload sendmail as needed +#/etc/init.d/sendmail reload + +# Process the sendmail queue +#runq |