diff options
author | Christian Pointner <equinox@anytun.org> | 2009-02-28 14:04:10 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-02-28 14:04:10 +0000 |
commit | a1499b9808cc65db2eea55db0e07ae1f801fdec9 (patch) | |
tree | 06cae858974cc53185ca96dab8b656c432bb498b /README | |
parent | added install info to README (diff) |
added adduser and deluser to insatll target
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -69,7 +69,9 @@ Installing # sudo make install -This will install anytun under the $PREFIX defined with configure +This will install anytun under the --prefix defined with configure. +It also creates a user with name --username with home --userhome +which can be changed by configure as well. Uninstalling ------------ @@ -80,4 +82,5 @@ This removes everytthing except for the config files # sudo make purge -This also removes config files +This also removes the config files and deletes the user and it's +home directory. |