blob: b6330c5e5e2882991a4fdafd81e15f57eecf191a (
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
30
31
32
33
|
# NAME
ikiwiki-update-wikilist - add or remove user from /etc/ikiwiki/wikilist
# SYNOPSIS
ikiwiki-update-wikilist [-r]
# DESCRIPTION
`ikiwiki-update-wikilist` is designed to be safely run as root by arbitrary
users, either by being made suid and using the (now deprecated suidperl), or
by being configured in `/etc/sudoers` to allow arbitrary users to run.
All it does is allows users to add or remove their names
from the `/etc/ikiwiki/wikilist` file.
By default, the user's name will be added.
The `-r` switch causes the user's name to be removed.
If your name is in `/etc/ikiwiki/wikilist`, the [[ikiwiki-mass-rebuild]](8)
command will look for a ~/.ikiwiki/wikilist file, and rebuild the wikis listed
in that file.
# OPTIONS
None.
# AUTHOR
Joey Hess <joey@ikiwiki.info>
Warning: this page is automatically made into ikiwiki-update-wikilist's man page, edit with care
|