From 5d163e4d3dea4c271e0f538fec0196382bbe676e Mon Sep 17 00:00:00 2001 From: Adam Heath Date: Sun, 24 Dec 2000 11:34:23 +0000 Subject: [PATCH] Changed documentation and help, as -f only applies during remove. --- ChangeLog | 5 +++++ debian/changelog | 2 ++ scripts/update-rc.d.8 | 2 -- scripts/update-rc.d.pl | 4 ++-- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4b00f8c8..114cfb8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Dec 24 05:24:23 CST 2000 Adam Heath + + * scripts/update-rc.d: Changed documentation and help, as -f only + applies during remove. + Sun Dec 24 05:10:29 CST 2000 Adam Heath * main/main.c: Added a --force-all option. diff --git a/debian/changelog b/debian/changelog index 9bab6ad4..ba583f1c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ dpkg (1.8.0) unstable; urgency=low + * update-rc.d: Changed documentation and help, as -f only applies during + remove. Closes: #55049. * Added a --force-all option. Closes: #61354. * Format help string for --abort-after like other option help strings. Closes: #62464. diff --git a/scripts/update-rc.d.8 b/scripts/update-rc.d.8 index ba7909a3..46277f05 100644 --- a/scripts/update-rc.d.8 +++ b/scripts/update-rc.d.8 @@ -11,13 +11,11 @@ update\-rc.d \- install and remove System-V style init script links .HP .B update-rc.d .RI [ -n ] -.RI [ -f ] .IB name " defaults" .RI [ NN " | " NN-start " " NN-stop ] .HP .B update-rc.d .RI [ -n ] -.RI [ -f ] .I name .BR start | stop .IR "NN runlevel runlevel " ... diff --git a/scripts/update-rc.d.pl b/scripts/update-rc.d.pl index ac9a1ae2..a5e52e41 100644 --- a/scripts/update-rc.d.pl +++ b/scripts/update-rc.d.pl @@ -15,8 +15,8 @@ sub usage { print STDERR "update-rc.d: error: @_\n" if ($#_ >= 0); print STDERR < remove - update-rc.d [-n] [-f] defaults [NN | sNN kNN] - update-rc.d [-n] [-f] start|stop NN runlvl runlvl . ... + update-rc.d [-n] defaults [NN | sNN kNN] + update-rc.d [-n] start|stop NN runlvl runlvl . ... -n: not really -f: force EOF -- 2.39.5