diff options
author | joey <joey> | 2002-10-17 00:41:45 +0000 |
---|---|---|
committer | joey <joey> | 2002-10-17 00:41:45 +0000 |
commit | 79cd10da45b0324c7e8e18c4f7daffbd1d245fab (patch) | |
tree | f1ddf71d453dd8a8664a519701063c1cea79f3ff /dh_installinit | |
parent | c9bbccaeb003be867ff5c8e8b015da77c9156fc7 (diff) | |
download | debhelper-79cd10da45b0324c7e8e18c4f7daffbd1d245fab.tar.gz |
r558: * Use dpkg-architecture instead of dpkg --print-architecture (again?)
See #164863
* typo fix Closes: #164958 The rest seems clear enough from context, so
omitted.
Diffstat (limited to 'dh_installinit')
-rwxr-xr-x | dh_installinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installinit b/dh_installinit index a9070f2d..1eaffc0c 100755 --- a/dh_installinit +++ b/dh_installinit @@ -44,7 +44,7 @@ Do not restart init script on upgrade. =item B<--no-start> -Do not start the init script at on install or upgrade, or stop it on removal. +Do not start the init script on install or upgrade, or stop it on removal. Only call update-rc.d. Useful for rcS scripts. =item B<-d>, B<--remove-d> |