Browse Source

Juergen Sawinski:


			
			
				rocklinux
			
			
		
Juergen "George" Sawinski 20 years ago
parent
commit
a5ce40e2da
8 changed files with 12 additions and 12 deletions
  1. +1
    -1
      package/alessandro/ifenslave/ifenslave.conf
  2. +3
    -3
      package/avm/bootsplash/pkg_linux24_pre.conf
  3. +3
    -3
      package/base/uml_utilities/pkg_linux24_pre.conf
  4. +1
    -1
      package/base/uml_utilities/pkg_linux26_pre.conf
  5. +1
    -1
      package/mnemoc/rsbac/pkg_linux24_pre.conf
  6. +1
    -1
      package/mnemoc/vserver/pkg_linux24_pre.conf
  7. +1
    -1
      package/rene/emacs-xemacs-shared/emacs-xemacs-shared.conf
  8. +1
    -1
      package/sirkull/dansguardian/pkg_squid_pre.conf

+ 1
- 1
package/alessandro/ifenslave/ifenslave.conf

@ -23,7 +23,7 @@
kerneltree=$ROCKCFG_DEFAULT_KERNEL
ver=`grep "^X.* $kerneltree " $base/config/$config/packages | cut -d' ' -f6`
archdir=$base/download/base/$kerneltree/
hook_add prepare 3 'archdir="$base/download/mirror/l"'
srctar=linux-$ver.tar.bz2
main_ifenslave() {

+ 3
- 3
package/avm/bootsplash/pkg_linux24_pre.conf

@ -1,10 +1,10 @@
if [ "$ROCKCFG_KERNEL_BOOTSPLASH" == '1' ] ; then
if [ -f $base/download/avm/bootsplash/bootsplash-3.0.7-${ver}-vanilla.diff ] ; then
if [ -f $base/download/mirror/b/bootsplash-3.0.7-${ver}-vanilla.diff ] ; then
echo_status "Including Bootsplash Patch for version ${ver}"
bootsplash_patch=$base/download/avm/bootsplash/bootsplash-3.0.7-${ver}-vanilla.diff
bootsplash_patch=$base/download/mirror/b/bootsplash-3.0.7-${ver}-vanilla.diff
else
echo_status "Including backup Bootsplash Patch for version 2.4.24"
bootsplash_patch=$base/download/avm/bootsplash/bootsplash-3.0.7-2.4.24-vanilla.diff
bootsplash_patch=$base/download/mirror/b/bootsplash-3.0.7-2.4.24-vanilla.diff
fi
var_remove patchfiles " " "$bootsplash_patch"
var_append patchfiles " " "$bootsplash_patch"

+ 3
- 3
package/base/uml_utilities/pkg_linux24_pre.conf

@ -1,6 +1,6 @@
uml_patch=$(ls $base/download/base/uml_utilities/uml-patch-${ver}-*.bz2 | head -n 1)
uml_host26=$(ls $base/download/base/uml_utilities/uml-patch-hostis26.diff.bz2)
uml_cmdline=$(ls $base/download/base/uml_utilities/uml-patch-kernel-cmdline.diff.bz2)
uml_patch=$(ls $base/download/mirror/u/uml-patch-${ver}-*.bz2 | head -n 1)
uml_host26=$(ls $base/download/mirror/u/uml-patch-hostis26.diff.bz2)
uml_cmdline=$(ls $base/download/mirror/u/uml-patch-kernel-cmdline.diff.bz2)
var_remove patchfiles " " "$uml_patch"
var_remove patchfiles " " "$uml_host26"

+ 1
- 1
package/base/uml_utilities/pkg_linux26_pre.conf

@ -1,4 +1,4 @@
uml_patch=$(ls $base/download/base/uml_utilities/uml-patch-${ver}-*.bz2 | head -n 1)
uml_patch=$(ls $base/download/mirror/u/uml-patch-${ver}-*.bz2 | head -n 1)
var_remove patchfiles " " "$uml_patch"
if [ "$ROCKCFG_KERNEL_UMLPATCH" == '1' ] ; then
if [ -f "$uml_patch" ] ; then

+ 1
- 1
package/mnemoc/rsbac/pkg_linux24_pre.conf

@ -22,7 +22,7 @@
echo_status "Including RSBAC patch..."
pkg_rsbac_tempdir=`mktemp -d`
pkg_rsbac_archdir=$base/download/mnemoc/rsbac
pkg_rsbac_archdir=$base/download/mirror/r
pkg_rsbac_confdir=$base/package/mnemoc/rsbac
pkg_rsbac_ver=`sed -n 's,^\[V\] \(.*\),\1,p' ${pkg_rsbac_confdir}/rsbac.desc`

+ 1
- 1
package/mnemoc/vserver/pkg_linux24_pre.conf

@ -21,7 +21,7 @@
# --- ROCK-COPYRIGHT-NOTE-END ---
pkg_vserver_confdir=$base/package/mnemoc/vserver
pkg_vserver_archdir=$base/download/mnemoc/vserver
pkg_vserver_archdir=$base/download/mirror/v
# tempdir
pkg_ctx_tempdir=`mktemp -d`

+ 1
- 1
package/rene/emacs-xemacs-shared/emacs-xemacs-shared.conf

@ -31,7 +31,7 @@ shared_main(){
# the ./configure doesn't like the other ROCK default options ...
confopt="--prefix=$root/usr --with-msw=no --with-database=no"
archdir="$base/download/rene/xemacs"
hook_add prepare 3 'archdir="$base/download/mirror/x"'
srctar="xemacs-$ver.tar.bz2"
custmain="shared_main"

+ 1
- 1
package/sirkull/dansguardian/pkg_squid_pre.conf

@ -3,7 +3,7 @@ if [ "$ROCKCFG_PKG_DANSGUARDIAN_SQUID" == 1 ]; then
function dg_squid_preconf() {
# Add the X-Forwarded-For patch
echo "Adding Follow X-Forwarded-For patch"
bunzip2 -c $base/download/sirkull/dansguardian/follow_xff-2.5-rediff-1.patch.bz2 \
bunzip2 -c $base/download/mirror/f/follow_xff-2.5-rediff-1.patch.bz2 \
| patch -p1
# Need to regenerate the config files

Loading…
Cancel
Save