aboutsummaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax/files
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-05-03 22:56:14 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-05-03 22:56:14 +0000
commite447d6a0d50faf4ffab1c15d782d1476f64267a1 (patch)
tree7fe40743e46c8d6ea748d89304abae6ff936efb1 /comms/mgetty+sendfax/files
parent885dda7e86874378ecaf28dfbf7d3b0f533d91e8 (diff)
downloadports-e447d6a0d50faf4ffab1c15d782d1476f64267a1.tar.gz
ports-e447d6a0d50faf4ffab1c15d782d1476f64267a1.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
Notes
Notes: svn path=/head/; revision=42232
Diffstat (limited to 'comms/mgetty+sendfax/files')
-rw-r--r--comms/mgetty+sendfax/files/mgettycfg.in3
-rw-r--r--comms/mgetty+sendfax/files/patch-d114
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