summaryrefslogtreecommitdiff
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
parent607fb1f42f206559c892247c481f1fec1094708f (diff)
downloaddh-smf-bb071f301e1abc131ba63c1a8eb165f173dd4fcf.tar.gz
Cleanup
-rw-r--r--debian/changelog2
-rwxr-xr-xdh_smf14
2 files changed, 3 insertions, 13 deletions
diff --git a/debian/changelog b/debian/changelog
index 2c2df7a..5abd4e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ dh-smf (1) unstable; urgency=low
* Initial release.
- -- Igor Pashev <pashev.igor@gmail.com> Sat, 13 Jul 2013 23:35:18 +0400
+ -- Igor Pashev <pashev.igor@gmail.com> Thu, 18 Jul 2013 21:24:28 +0400
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