diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-12-23 21:22:02 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-12-23 21:22:02 +0000 |
commit | e91fc44d4c06004567a6b4cdde26031c3699224a (patch) | |
tree | 85d1b9ad5f89ddc471b77850f203d400d91131a4 /DOCS/tech/mirrors | |
parent | e53bba09a97dec922b11b5639a8d911d24aa85f2 (diff) |
typo: begining --> beginning
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25517 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/mirrors')
-rw-r--r-- | DOCS/tech/mirrors/mirror_howto.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/tech/mirrors/mirror_howto.txt b/DOCS/tech/mirrors/mirror_howto.txt index 53b5329e5a..92dbe81fd2 100644 --- a/DOCS/tech/mirrors/mirror_howto.txt +++ b/DOCS/tech/mirrors/mirror_howto.txt @@ -78,7 +78,7 @@ Using a lock file is recommended but not necessary. The temporary file generation is handled by `mktemp` which is available from http://www.mktemp.org/mktemp/ . -The script contains a few configuration variables at the begining that +The script contains a few configuration variables at the beginning that can and should be set: PATH: The $PATH to be used within the script (recommended). LOCK: The full path to the lock file to be used (/var/lock/mplayer-mirror-lock @@ -137,7 +137,7 @@ DO NOT send the private key to the mirror mailing list. The public key should be placed in the ~/.ssh/authorized_keys file of the user running the updates. To restrict the ssh key to only one command place -the following directives at the begining of the line with the key: +the following directives at the beginning of the line with the key: from="*.mplayerhq.hu",command="<path_to_update_mplayer_rsync>" e.g.: --- |