mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 19:50:25 +03:00
Copyrights, timeouts, typo
A shotgun commit that updates the copyright notices, bumps the default timeouts of rsync and wget from 10/15 to 30 and fixes a doubled word.
This commit is contained in:
parent
7461e231fa
commit
8ecc889b18
@ -36,7 +36,7 @@ export OUTPUT=${OUTPUT:-/tmp}
|
||||
# so there is no need to add those flags here. Similarly, wget already
|
||||
# uses the -O options so there is no need to add that either. In general,
|
||||
# it is not recommended that users change these default values.
|
||||
RSYNCFLAGS="--verbose --timeout=10"
|
||||
WGETFLAGS="--continue --progress=bar:force --timeout=15 --tries=5"
|
||||
RSYNCFLAGS="--verbose --timeout=30"
|
||||
WGETFLAGS="--continue --progress=bar:force --timeout=30 --tries=5"
|
||||
DIFF=${DIFF:-diff}
|
||||
DIFFOPTS=${DIFFOPTS:--u}
|
||||
|
@ -3,6 +3,8 @@
|
||||
|
||||
Sbopkg README
|
||||
Copyright 2007-2010 Chess Griffin <chess@chessgriffin.com>
|
||||
Copyright 2009-2010 Mauro Giachero <mauro.giachero@gmail.com>
|
||||
slakmagik <slakmagik@gmail.com>
|
||||
|
||||
Homepage: http://www.sbopkg.org
|
||||
|
||||
|
@ -331,7 +331,7 @@ is a useful option to play with if getting syncing errors.
|
||||
.IP
|
||||
The default assignment is:
|
||||
.IP
|
||||
\fCRSYNCFLAGS="--verbose --timeout=10"\fP
|
||||
\fCRSYNCFLAGS="--verbose --timeout=30"\fP
|
||||
.\"---------------------------------------------------------------------
|
||||
.TP
|
||||
.B SBOPKGTMP
|
||||
@ -410,7 +410,7 @@ is a useful option to play with if getting download errors.
|
||||
.IP
|
||||
The default assignment is:
|
||||
.IP
|
||||
\fCWGETFLAGS="--continue --progress=bar:force --timeout=15 --tries=5"\fP
|
||||
\fCWGETFLAGS="--continue --progress=bar:force --timeout=30 --tries=5"\fP
|
||||
.\"=====================================================================
|
||||
.SH NOTES
|
||||
.\"---------------------------------------------------------------------
|
||||
|
@ -289,7 +289,7 @@ before the final application is built and installed.
|
||||
Of course, given the nature of dependencies, this may not always be
|
||||
possible and so building dependencies like this is not really a
|
||||
supported feature.
|
||||
Still, when when it works, it can be helpful.
|
||||
Still, when it works, it can be helpful.
|
||||
.\"---------------------------------------------------------------------
|
||||
.TP
|
||||
.B \-k
|
||||
|
@ -4,6 +4,8 @@
|
||||
#
|
||||
# sbopkg - The SlackBuilds.org Package Browser
|
||||
# Copyright 2007-2010 Chess Griffin <chess@chessgriffin.com>
|
||||
# Copyright 2009-2010 Mauro Giachero <mauro.giachero@gmail.com>
|
||||
# slakmagik <slakmagik@gmail.com>
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
|
Loading…
Reference in New Issue
Block a user