summaryrefslogtreecommitdiff
path: root/dh_smf
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-07-18 21:24:43 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-07-18 21:24:43 +0400
commitbb071f301e1abc131ba63c1a8eb165f173dd4fcf (patch)
tree7b6647980c4cb0c6536d7615d2df6ce80a659f55 /dh_smf
parent607fb1f42f206559c892247c481f1fec1094708f (diff)
downloaddh-smf-bb071f301e1abc131ba63c1a8eb165f173dd4fcf.tar.gz
Cleanup
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