Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 188170 - sys-apps/baselayout-2.0.0_rc2-r1: Missing --help option of `rc-update`
Summary: sys-apps/baselayout-2.0.0_rc2-r1: Missing --help option of `rc-update`
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-08 20:37 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2007-08-08 22:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-08-08 20:37:44 UTC
# rc-update --help
 * rc-update: no service specified
# 

In =sys-apps/baselayout-1.12* there was:
# rc-update --help
usage: rc-update -a|add script runlevel1 [runlevel2 ...]
       rc-update -d|del script [runlevel1 ...]
       rc-update -s|show [-v|--verbose] [runlevel1 ...]

examples:
       # rc-update add net.eth0 default
       Adds the net.eth0 script (in /etc/init.d) to the "default" runlevel.

       # rc-update del sysklogd
       Deletes the sysklogd script from all runlevels.  The original script
       is not deleted, just any symlinks to the script in /etc/runlevels/*.

       # rc-update del net.eth2 default wumpus
       Delete the net.eth2 script from the default and wumpus runlevels.
       All other runlevels are unaffected.  Again, the net.eth2 script
       residing in /etc/init.d is not deleted, just any symlinks in
       /etc/runlevels/default and /etc/runlevels/wumpus.

       # rc-update show
       Show all enabled scripts and list at which runlevels they will
       execute.  Run with --verbose to see all available scripts.
#
Comment 1 Roy Marples (RETIRED) gentoo-dev 2007-08-08 22:36:10 UTC
I've fixed this in our svn trunk, will appear in rc3.

Thanks!