blob: 66609a24b78887cf49fe5924cb23aff46505fd4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# TODO
* Recursively change file permissions (for files and dirs)
* Change permissions of a directory recursively
* CRON jobs
* Fedora
* FreeBSD
* OpenBSD
* Binary installation support (file copy from source to dest)
* Local file system
* scp? git? http/s?
* Manage services (start, stop, restart (subscribe))
* Manage packages (install, update, deinstall)
* Fedora
* FreeBSD
* OpenBSD
* Homebrew (macOS)
* Make a gem out of rcm
* Use rakelib and split up rakefiles
* User and group management
* Fedora
* add user
* remove user
* add group to user
* remove group from user
* add group
* remove group
* FreeBSD
* OpenBSD
|