diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-04-24 12:57:38 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-04-24 12:57:38 -0700 |
commit | 4ac0fd01b73a0b718db3a756866fee121a1615f1 (patch) | |
tree | f8b1c3054b923526fbe46608ccf9d7f39538bcaa /docs/architecture | |
parent | ba8fd5e9907dd8e132e9c6fca006824907239636 (diff) | |
download | piny-code-4ac0fd01b73a0b718db3a756866fee121a1615f1.tar.gz piny-code-4ac0fd01b73a0b718db3a756866fee121a1615f1.zip |
Switching ikiwiki- username/group over to iki-; untested and requires a mass rebuildrepo
Diffstat (limited to 'docs/architecture')
-rw-r--r-- | docs/architecture/data.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/architecture/data.mdwn b/docs/architecture/data.mdwn index a81a268..c86ec15 100644 --- a/docs/architecture/data.mdwn +++ b/docs/architecture/data.mdwn @@ -4,7 +4,7 @@ Dynamic data lookup should opportunisticly cache any associated cheap data. For [[!table format=dsv delimiter=# data=""" datum #stored location #constraint -username #usually $ENV{SUDO_USER} # !~ /^git-|^ikiwiki-/ and =~ /^[a-zA-Z0-9_.][a-zA-Z0-9_.-]+$/ +username #usually $ENV{SUDO_USER} # !~ /^git-|^iki-/ and =~ /^[a-zA-Z0-9_.][a-zA-Z0-9_.-]+$/ uid #/etc/passwd # None email #/etc/passwd GECOS #Email::Valid::Loose->new("-fqdn" => 1, "-fudge" => 0, "-local_rules" => 0, "-mxcheck" => 1, "-tldcheck" => 0 ); repoaccess #/etc/group git-$reponame entry # None |