]> sipb.mit.edu Git - ikiwiki.git/blob - doc/ikiwiki-update-wikilist.mdwn
add void prototype
[ikiwiki.git] / doc / ikiwiki-update-wikilist.mdwn
1 # NAME
2
3 ikiwiki-update-wikilist - add or remove user from /etc/ikiwiki/wikilist
4
5 # SYNOPSIS
6
7 ikiwiki-update-wikilist [-r]
8
9 # DESCRIPTION
10
11 `ikiwiki-update-wikilist` is designed to be safely run as root by arbitrary
12 users, either by being made suid and using the (now deprecated suidperl), or
13 by being configured in `/etc/sudoers` to allow arbitrary users to run.
14
15 All it does is allows users to add or remove their names
16 from the `/etc/ikiwiki/wikilist` file. 
17
18 By default, the user's name will be added.
19 The `-r` switch causes the user's name to be removed.
20
21 If your name is in `/etc/ikiwiki/wikilist`, the [[ikiwiki-mass-rebuild]](8)
22 command will look for a ~/.ikiwiki/wikilist file, and rebuild the wikis listed
23 in that file.
24
25 # OPTIONS
26
27 None.
28
29 # AUTHOR
30
31 Joey Hess <joey@ikiwiki.info>
32
33 Warning: this page is automatically made into ikiwiki-update-wikilist's man page, edit with care