summaryrefslogtreecommitdiff
path: root/dh_smf
diff options
context:
space:
mode:
Diffstat (limited to 'dh_smf')
-rwxr-xr-xdh_smf14
1 files changed, 2 insertions, 12 deletions
diff --git a/dh_smf b/dh_smf
index 79c7a14..0bbacf0 100755
--- a/dh_smf
+++ b/dh_smf
@@ -10,16 +10,15 @@ use strict;
use Debian::Debhelper::Dh_Lib;
use File::Find;
use XML::Simple;
-use Data::Dumper; # debug
=head1 SYNOPSIS
-B<dh_smf> [S<I<debhelper options>>] [B<--name=>I<name>] [B<-n>] [B<-R>] [B<-r>]
+B<dh_smf> [S<I<debhelper options>>] [B<-n>] [B<-o>]
=head1 DESCRIPTION
B<dh_smf> is a debhelper program that is responsible for installing
-SMF manifests and scripts with associated defaults files.
+SMF manifests and scripts.
It also automatically generates the F<postinst> and F<postrm> and F<prerm>
commands needed to manage SMF services.
@@ -33,11 +32,6 @@ commands needed to manage SMF services.
If this directory exists, it is installed as lib/svc/ in the package
build directory.
-=item debian/I<package>.default
-
-If this exists, it is installed into etc/default/I<package> in the package
-build directory.
-
=back
=head1 OPTIONS
@@ -247,10 +241,6 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org> (dh_installinit)
-Steve Langasek <steve.langasek@canonical.com>
-
-Michael Stapelberg <stapelberg@debian.org>
-
Igor Pashev <pashev.igor@gmail.com>
=cut