diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-05-04 06:56:14 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-05-04 06:56:14 +0800 |
commit | 51f2d571300720df0b0871a0f276c2f17d9bedd6 (patch) | |
tree | 14f5249d3b948a860bf72ca045d840c4e3932244 /comms/mgetty+sendfax/files | |
parent | 38d166f5a8151450dd09a4b01742f78fff3ac9e3 (diff) | |
download | freebsd-ports-gnome-51f2d571300720df0b0871a0f276c2f17d9bedd6.tar.gz freebsd-ports-gnome-51f2d571300720df0b0871a0f276c2f17d9bedd6.tar.zst freebsd-ports-gnome-51f2d571300720df0b0871a0f276c2f17d9bedd6.zip |
Some port related improvements, no functional changes in mgetty itself.
* Preserve configuration files in etc/mgetty+sendfax. Remove the
pkg-deinstall file that used to warn about potential loss of
configuration files at deinstall time.
* Patch file mtools.info so that it can be installed with install-info in
the info index (the stock file lacks a proper directory entry).
* Make pkg-install exit without asking anything, if BATCH is defined. And
fix a banner length :o)
Reviewed by: jmz
Diffstat (limited to 'comms/mgetty+sendfax/files')
-rw-r--r-- | comms/mgetty+sendfax/files/mgettycfg.in | 3 | ||||
-rw-r--r-- | comms/mgetty+sendfax/files/patch-d1 | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/comms/mgetty+sendfax/files/mgettycfg.in b/comms/mgetty+sendfax/files/mgettycfg.in index e2b93de3d857..68d8f57c50d1 100644 --- a/comms/mgetty+sendfax/files/mgettycfg.in +++ b/comms/mgetty+sendfax/files/mgettycfg.in @@ -1,8 +1,9 @@ #!/usr/bin/perl exit 0 if $ARGV[1] ne "POST-INSTALL"; +exit 0 if $ENV{'BATCH'}; -print STDERR "\n\n\n =========== mgetty+sendfax configuration ================\n\n"; +print STDERR "\n\n\n =========== mgetty+sendfax configuration ===========\n\n"; $prefix = $ENV{'PKG_PREFIX'}; $sep = "~"; diff --git a/comms/mgetty+sendfax/files/patch-d1 b/comms/mgetty+sendfax/files/patch-d1 new file mode 100644 index 000000000000..4ef060241629 --- /dev/null +++ b/comms/mgetty+sendfax/files/patch-d1 @@ -0,0 +1,14 @@ +--- doc/mgetty.texi-in.orig Sat Apr 28 12:57:00 2001 ++++ doc/mgetty.texi-in Sat Apr 28 13:03:46 2001 +@@ -11,6 +11,11 @@ + package. + + Copyright @copyright{} 1993-2000 Gert Doering ++@format ++START-INFO-DIR-ENTRY ++* Mgetty: (mgetty). Mgetty: an advanced getty that can manage faxes. ++END-INFO-DIR-ENTRY ++@end format + @end ifinfo + + @titlepage |