trueos / trueos-docs

9 stars 17 forks source link

OpenRC rc-update(8): 'remove' is not a valid verb; invalid command #27

Closed grahamperrin closed 7 years ago

grahamperrin commented 7 years ago

https://github.com/trueos/trueos-docs/blob/1048f526684212fce0429c67bc685609419c6db2/trueos-handbook/openrc.rst#managing-bootup-services and in some other places in the most recent draft of the guide:

Example

Sun  1 Jan 2017 10:47:53 GMT
FreeBSD 12.0-CURRENT #12 5ef9376(drm-next-4.7): Thu Dec 29 16:26:36 UTC 2016     root@gauntlet:/usr/obj/usr/src/sys/GENERIC 
momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk
$ sudo rc-update remove savecache shutdown
 * rc-update: invalid command `remove'
$ sudo rc-update delete savecache shutdown
 * service savecache removed from runlevel shutdown
$ 
Mrt134 commented 7 years ago

Updated; thanks!