File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
# Config
4
- : " ${REPOPTH:= " https://github.com/danielj7 /fink-dists .git" } "
4
+ : " ${REPOPTH:= " https://github.com/fink /fink-distributions .git" } "
5
5
FIROOT=" /Volumes/src2/fink/selfupdate"
6
6
LOCKFILE=" /var/run/fink-info-git.lock"
7
7
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ The official scripts will timeout on network operations after 10 minutes.
42
42
##### Environment Variables
43
43
** ` RSYNCPTH ` :** Sets the uri to sync from; ` rsync://distfiles.master.finkmirrors.net/finkinfo/ ` by default.
44
44
45
- #### ` fink-info-cvs `
45
+ #### ` fink-info-cvs ` (as an example for legacy use only)
46
46
Requires coreutils to be installed to provide ` timeout ` .
47
47
48
48
##### Command Line Options
@@ -57,15 +57,15 @@ Requires coreutils to be installed to provide `timeout`.
57
57
##### Environment Variables
58
58
** ` TIMEOUT ` :** Sets the name of the ` timeout ` command; ` timeout ` by default.
59
59
60
- #### ` fink-info-git ` (as an example for future use only)
60
+ #### ` fink-info-git `
61
61
62
62
##### Command Line Options
63
63
** ` -l ` :** Sets the lockfile; ` /var/run/fink-info-git.lock ` by default.
64
64
65
65
** ` -o ` :** Sets the output directory; ` /Volumes/src2/fink/selfupdate ` by default.
66
66
67
67
##### Environment Variables
68
- ** ` REPOPTH ` :** Sets the uri to sync from; ` https://github.com/danielj7 /fink-dists .git ` by default.
68
+ ** ` REPOPTH ` :** Sets the uri to sync from; ` https://github.com/fink /fink-distributions .git ` by default.
69
69
70
70
### Dist Mirror Scripts
71
71
You can’t perform that action at this time.
0 commit comments