diff options
Diffstat (limited to 'dh_installinit')
-rwxr-xr-x | dh_installinit | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dh_installinit b/dh_installinit index 7ba8504a..1a049279 100755 --- a/dh_installinit +++ b/dh_installinit @@ -11,6 +11,8 @@ use warnings; use Debian::Debhelper::Dh_Lib; use File::Find; +exit 0 if dpkg_architecture_value('DEB_HOST_ARCH_OS') eq 'illumos'; + our $VERSION = DH_BUILTIN_VERSION; =head1 SYNOPSIS @@ -19,6 +21,9 @@ B<dh_installinit> [S<I<debhelper options>>] [B<--name=>I<name>] [B<-n>] [B<-R>] =head1 DESCRIPTION +B<dh_installinit> on illumos-based systems does nothing and is kept only for +compatibility and consistency. + B<dh_installinit> is a debhelper program that is responsible for installing init scripts with associated defaults files. In compatibility levels up to and including 10, B<dh_installinit> will |