Browse Source

Removed more superfluous ""s and ''s

early
Alejandro Mery 17 years ago
parent
commit
29fd8b1601
  1. 9
      archiver/bize/bize.sh
  2. 9
      base/gpm/stone_mod_gpm.sh
  3. 10
      base/linux26/linux-conf.in
  4. 6
      base/mkinitrd/mkinitrd.sh
  5. 13
      base/runit/parse-config
  6. 4
      base/sde-debug/test_rootfsbin.sh
  7. 6
      base/stone/stone_gui_dialog.sh
  8. 11
      base/stone/stone_mod_gas.sh
  9. 11
      base/stone/stone_mod_hardware.sh
  10. 11
      base/stone/stone_mod_network.sh
  11. 9
      base/stone/stone_mod_packages.sh
  12. 11
      base/stone/stone_mod_runlevel.sh
  13. 9
      dictionary/dictd/stone_mod_dictd.sh
  14. 2
      java/blackdown-jre/java-blackdown-conf.in
  15. 11
      multimedia/vdr/config.in
  16. 4
      network/apache/config.in
  17. 9
      network/iptables/rocknet_iptables.sh
  18. 9
      network/rocknet/ifup.sh
  19. 11
      powerpc/yaboot/stone_mod_yaboot.sh
  20. 9
      sparc/silo/stone_mod_silo.sh
  21. 9
      x86/cpuburn/cpuburn.sh
  22. 4
      x86/grub/stone_mod_grub.sh
  23. 11
      xorg/xorg-server/stone_mod_xorg.sh
  24. 13
      xorg/xorg-server/xcfgt2.sh
  25. 9
      xorg/xorg-server/xvfb-run.sh
  26. 11
      zope/zope/zope-conf.in

9
archiver/bize/bize.sh

@ -1,8 +1,9 @@
#!/bin/sh #!/bin/sh
# --- T2-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# T2 SDE: package/.../bize/bize.sh # Filename: package/.../bize/bize.sh
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
@ -11,7 +12,7 @@
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the # the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
bize_usage() bize_usage()
{ {
@ -126,7 +127,7 @@ bize_main()
-i) install=1 ;; -i) install=1 ;;
-r) remove=1 ;; -r) remove=1 ;;
-t) test=echo ;; -t) test=echo ;;
-f) keep="" ;; -f) keep= ;;
-v) verbose=v ; voption=-v ;; -v) verbose=v ; voption=-v ;;
-R) shift ; root="$1" ;; -R) shift ; root="$1" ;;
-R*) root="${1#-R}" ;; -R*) root="${1#-R}" ;;

9
base/gpm/stone_mod_gpm.sh

@ -1,7 +1,8 @@
# --- T2-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# T2 SDE: package/.../gpm/stone_mod_gpm.sh # Filename: package/.../gpm/stone_mod_gpm.sh
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf # Copyright (C) 1998 - 2003 Clifford Wolf
# #
@ -11,7 +12,7 @@
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the # the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
# #
# [MAIN] 40 gpm General Purpose Mouse (GPM) Daemon # [MAIN] 40 gpm General Purpose Mouse (GPM) Daemon
@ -65,7 +66,7 @@ main() {
GPM_MOUSE="/dev/misc/psaux" ; GPM_ARGS="-t ms -2" GPM_MOUSE="/dev/misc/psaux" ; GPM_ARGS="-t ms -2"
[ -f /etc/conf/gpm ] && . /etc/conf/gpm [ -f /etc/conf/gpm ] && . /etc/conf/gpm
set -- $GPM_ARGS ; GPM_ARGS="" set -- $GPM_ARGS ; GPM_ARGS=
while [ "$1" ] ; do while [ "$1" ] ; do
if [ "$1" = "-t" ] ; then if [ "$1" = "-t" ] ; then
GPM_TYPE="$2" ; shift GPM_TYPE="$2" ; shift

10
base/linux26/linux-conf.in

@ -1,8 +1,8 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../linux24/linux-conf.in # Filename: package/.../linux26/linux-conf.in
# Copyright (C) 2006 The OpenSDE Project # Copyright (C) 2006 - 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf # Copyright (C) 1998 - 2003 Clifford Wolf
# #
@ -19,8 +19,8 @@ treever=${pkg/linux/} ; treever=${treever/-*/}
[ "$lx_cpu" ] || [ "$lx_cpu" ] ||
# powerpc and mips share the same arch for 32/64, maybe more follow # powerpc and mips share the same arch for 32/64, maybe more follow
lx_cpu=`echo $arch | arch2uname | sed -e s/ppc.*/powerpc/ -e s/mips64/mips/` lx_cpu=`echo $arch | arch2uname | sed -e s/ppc.*/powerpc/ -e s/mips64/mips/`
lx_extraversion="" lx_extraversion=
lx_kernelrelease="" lx_kernelrelease=
lx_customconf="\$base/config/$config/linux.cfg" lx_customconf="\$base/config/$config/linux.cfg"
# inject a possible pre-/ post-release patch # inject a possible pre-/ post-release patch
@ -28,7 +28,7 @@ lx_customconf="\$base/config/$config/linux.cfg"
var_insert patchfiles " " "`match_source_file patch-.* | grep -v '\.tar\.'`" var_insert patchfiles " " "`match_source_file patch-.* | grep -v '\.tar\.'`"
#makeopt=`echo $makeopt | sed -n 's/.*\(-j[^ ]*\).*/\1/p'` #makeopt=`echo $makeopt | sed -n 's/.*\(-j[^ ]*\).*/\1/p'`
makeopt="" makeopt=
# we need +1 to really saturate the CPUs during the kernel build # we need +1 to really saturate the CPUs during the kernel build
[ $SDECFG_PARALLEL_MAX -gt 1 ] && [ $SDECFG_PARALLEL_MAX -gt 1 ] &&
var_append makeopt ' ' -j$(( $SDECFG_PARALLEL_MAX + 1 )) var_append makeopt ' ' -j$(( $SDECFG_PARALLEL_MAX + 1 ))

6
base/mkinitrd/mkinitrd.sh

@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../mkinitrd/mkinitrd.sh # Filename: package/.../mkinitrd/mkinitrd.sh
# Copyright (C) 2006 - 2007 The OpenSDE Project # Copyright (C) 2006 - 2008 The OpenSDE Project
# Copyright (C) 2005 - 2006 The T2 SDE Project # Copyright (C) 2005 - 2006 The T2 SDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
@ -32,7 +32,7 @@ while [ "$1" ]; do
shift shift
done done
[ "$root" ] || root="" [ "$root" ] || root=
[ "$kernelver" ] || kernelver=`uname -r` [ "$kernelver" ] || kernelver=`uname -r`
[ "$moddir" ] || moddir="${root}/lib/modules/$kernelver" [ "$moddir" ] || moddir="${root}/lib/modules/$kernelver"
@ -43,7 +43,7 @@ if [ ! -d $moddir ]; then
exit 2 exit 2
fi fi
sysmap="" sysmap=
[ -f "${root}/boot/System.map_$kernelver" ] && sysmap="${root}/boot/System.map_$kernelver" [ -f "${root}/boot/System.map_$kernelver" ] && sysmap="${root}/boot/System.map_$kernelver"
if [ -z "$sysmap" ]; then if [ -z "$sysmap" ]; then

13
base/runit/parse-config

@ -1,8 +1,9 @@
#!/bin/sh #!/bin/sh
# --- T2-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# T2 SDE: package/.../runit/parse-config # Filename: package/.../runit/parse-config
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf # Copyright (C) 1998 - 2003 Clifford Wolf
# #
@ -12,7 +13,7 @@
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the # the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
# #
# prepare root links for DJB filesystem hierarchy inside chrooted env. # prepare root links for DJB filesystem hierarchy inside chrooted env.
@ -24,10 +25,10 @@ if [ "$SDECFG_PKG_DJB_LAYOUT" == "1" ]; then
done done
#pkg_djb_compatdir="usr/local/bin" #pkg_djb_compatdir="usr/local/bin"
elif [ "$SDECFG_PKG_DJB_LAYOUT" == "0" ]; then elif [ "$SDECFG_PKG_DJB_LAYOUT" == "0" ]; then
pkg_djb_packagedir="" pkg_djb_packagedir=
pkg_djb_commanddir="" pkg_djb_commanddir=
pkg_djb_servicedir="var/service" pkg_djb_servicedir="var/service"
#pkg_djb_compatdir="" #pkg_djb_compatdir=
fi fi
# package # package

4
base/sde-debug/test_rootfsbin.sh

@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../sde-debug/test_rootfsbin.sh # Filename: package/.../sde-debug/test_rootfsbin.sh
# Copyright (C) 2007 The OpenSDE Project # Copyright (C) 2007 - 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf # Copyright (C) 1998 - 2003 Clifford Wolf
# #
@ -37,7 +37,7 @@ sbin_rock='devfsd'
for mode in bin sbin ; do for mode in bin sbin ; do
for bin in `eval "echo \\$${mode}_fhs \\$${mode}_rock"` ; do for bin in `eval "echo \\$${mode}_fhs \\$${mode}_rock"` ; do
found_dir="" found_dir=
for dir in {,/usr,/usr/local}/{,s}bin /usr/{local/,}games ; do for dir in {,/usr,/usr/local}/{,s}bin /usr/{local/,}games ; do
[ -f $dir/$bin ] && found_dir=$dir [ -f $dir/$bin ] && found_dir=$dir
done done

6
base/stone/stone_gui_dialog.sh

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../stone/stone_gui_dialog.sh # Filename: package/.../stone/stone_gui_dialog.sh
# Copyright (C) 2007 The OpenSDE Project # Copyright (C) 2007 - 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf # Copyright (C) 1998 - 2003 Clifford Wolf
# #
@ -57,7 +57,7 @@ gui_menu() {
# lines to compute the size of a widget. # lines to compute the size of a widget.
local id="$1" title="$( echo "$2" | fmt -$gui_dialog_s62 )" local id="$1" title="$( echo "$2" | fmt -$gui_dialog_s62 )"
local y_text=$( echo "$title" | wc -l ) y_menu=$(( ($#-2) / 2 )) local y_text=$( echo "$title" | wc -l ) y_menu=$(( ($#-2) / 2 ))
local nr=1 x="'" y choosen='' ; shift 2 local nr=1 x="'" y choosen= ; shift 2
[ $(( $y_text + $y_menu )) -gt $gui_dialog_s15 ] && \ [ $(( $y_text + $y_menu )) -gt $gui_dialog_s15 ] && \
y_menu=$(( gui_dialog_s15 - y_text )) y_menu=$(( gui_dialog_s15 - y_text ))
@ -69,7 +69,7 @@ gui_menu() {
# In case of having been in the current menu before (found out by # In case of having been in the current menu before (found out by
# checking the current ID for the ones saved in `gui_menu_tree_name[]'), # checking the current ID for the ones saved in `gui_menu_tree_name[]'),
# make the old item be cursored again. # make the old item be cursored again.
local default='' count local default= count
for (( count=$gui_menu_tree_id; $count >= 0; count-- )) for (( count=$gui_menu_tree_id; $count >= 0; count-- ))
do do
if [ "${gui_menu_tree_name[$count]}" = $id ] ; then if [ "${gui_menu_tree_name[$count]}" = $id ] ; then

11
base/stone/stone_mod_gas.sh

@ -1,7 +1,8 @@
# --- T2-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# T2 SDE: package/.../stone/stone_mod_gas.sh # Filename: package/.../stone/stone_mod_gas.sh
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf # Copyright (C) 1998 - 2003 Clifford Wolf
# #
@ -11,7 +12,7 @@
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the # the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
select_packages() { select_packages() {
local namever installed uninstalled local namever installed uninstalled
@ -21,8 +22,8 @@ select_packages() {
Note: any (un)installations are done immediately'" Note: any (un)installations are done immediately'"
installed="" installed=
uninstalled="" uninstalled=
for (( i=${#pkgs[@]} - 1; i >= 0; i-- )) ; do for (( i=${#pkgs[@]} - 1; i >= 0; i-- )) ; do
if echo "${cats[$i]}" | grep -q -F "$5" ; then if echo "${cats[$i]}" | grep -q -F "$5" ; then
namever="${pkgs[$i]}-${vers[$i]}" namever="${pkgs[$i]}-${vers[$i]}"

11
base/stone/stone_mod_hardware.sh

@ -1,7 +1,8 @@
# --- T2-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# T2 SDE: package/.../stone/stone_mod_hardware.sh # Filename: package/.../stone/stone_mod_hardware.sh
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf # Copyright (C) 1998 - 2003 Clifford Wolf
# #
@ -11,7 +12,7 @@
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the # the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
# #
# [MAIN] 20 hardware Kernel Drivers and Hardware Configuration # [MAIN] 20 hardware Kernel Drivers and Hardware Configuration
@ -55,7 +56,7 @@ add_hw_config() {
1|2) cmd="$cmd 'flip_hw_config \"$id\"'" ;; 1|2) cmd="$cmd 'flip_hw_config \"$id\"'" ;;
*) cmd="$cmd 'true'" ;; *) cmd="$cmd 'true'" ;;
esac esac
id="" id=
} }
store_clock() { store_clock() {
@ -138,7 +139,7 @@ main() {
cmd="$cmd 'gui_cmd mkinitrd mkinitrd' '' ''" cmd="$cmd 'gui_cmd mkinitrd mkinitrd' '' ''"
hwscan -d -s /etc/conf/kernel hwscan -d -s /etc/conf/kernel
id="" id=
while read line; do while read line; do
if [ "${line#\#\#\# }" != "${line}" -a \ if [ "${line#\#\#\# }" != "${line}" -a \
"${line% \#\#\#}" != "${line}" ] "${line% \#\#\#}" != "${line}" ]

11
base/stone/stone_mod_network.sh

@ -1,7 +1,8 @@
# --- T2-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# T2 SDE: package/.../stone/stone_mod_network.sh # Filename: package/.../stone/stone_mod_network.sh
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf # Copyright (C) 1998 - 2003 Clifford Wolf
# #
@ -11,7 +12,7 @@
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the # the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
# #
# [MAIN] 20 network Network Configuration # [MAIN] 20 network Network Configuration
@ -139,7 +140,7 @@ add_tag() {
cmd="$cmd "$module" module='$module'" cmd="$cmd "$module" module='$module'"
done < <( cd $rocknet_base/ ; grep public_ * | sed -e \ done < <( cd $rocknet_base/ ; grep public_ * | sed -e \
's/\.sh//' -e 's/:.*//' | sort -u ) 's/\.sh//' -e 's/:.*//' | sort -u )
module="" module=
eval $cmd eval $cmd
cmd="gui_menu add_tag 'Add tag of type'" cmd="gui_menu add_tag 'Add tag of type'"
@ -263,7 +264,7 @@ DOMAINNAME="`hostname -d 2> /dev/null`"
tmp="`mktemp`" tmp="`mktemp`"
grep '^nameserver ' /etc/resolv.conf | tr '\t' ' ' | tr -s ' ' | \ grep '^nameserver ' /etc/resolv.conf | tr '\t' ' ' | tr -s ' ' | \
sed 's,^nameserver *\([^ ]*\),DNSSRV="$DNSSRV \1",' > $tmp sed 's,^nameserver *\([^ ]*\),DNSSRV="$DNSSRV \1",' > $tmp
DNSSRV='' ; . $tmp ; DNSSRV="`echo $DNSSRV`" DNSSRV= ; . $tmp ; DNSSRV="`echo $DNSSRV`"
[ -z "$DNSSRV" ] && DNSSRV="none" ; rm -f $tmp [ -z "$DNSSRV" ] && DNSSRV="none" ; rm -f $tmp
main() { main() {

9
base/stone/stone_mod_packages.sh

@ -1,7 +1,8 @@
# --- T2-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# T2 SDE: package/.../stone/stone_mod_packages.sh # Filename: package/.../stone/stone_mod_packages.sh
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf # Copyright (C) 1998 - 2003 Clifford Wolf
# #
@ -11,7 +12,7 @@
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the # the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
# #
# [MAIN] 90 packages Package Management (Install, Update and Remove) # [MAIN] 90 packages Package Management (Install, Update and Remove)
@ -32,7 +33,7 @@ elif [ -n "$ROCK_INSTALL_SOURCE_URL" ] ; then
else else
dev="/dev/cdrom" dev="/dev/cdrom"
dir="/mnt/cdrom" ; root="/" dir="/mnt/cdrom" ; root="/"
gasguiopt="" gasguiopt=
SDECFG_SHORTID="$( grep '^export SDECFG_SHORTID=' \ SDECFG_SHORTID="$( grep '^export SDECFG_SHORTID=' \
/etc/SDE-CONFIG/config 2> /dev/null | cut -f2- -d= )" /etc/SDE-CONFIG/config 2> /dev/null | cut -f2- -d= )"

11
base/stone/stone_mod_runlevel.sh

@ -1,7 +1,8 @@
# --- T2-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# T2 SDE: package/.../stone/stone_mod_runlevel.sh # Filename: package/.../stone/stone_mod_runlevel.sh
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf # Copyright (C) 1998 - 2003 Clifford Wolf
# #
@ -11,7 +12,7 @@
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the # the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
# #
# [MAIN] 80 runlevel Runlevel Configuration (Services) # [MAIN] 80 runlevel Runlevel Configuration (Services)
@ -58,7 +59,7 @@ chpri() {
} }
edit_srv() { edit_srv() {
local srv=$1 id="runlevel_$RANDOM" cmd="" local srv=$1 id="runlevel_$RANDOM" cmd=
while while
cmd="gui_menu $id 'Runlevel Editor - $srv'" cmd="gui_menu $id 'Runlevel Editor - $srv'"
@ -104,7 +105,7 @@ main() {
2> /dev/null | cut -c18-19 | head -n 1` 2> /dev/null | cut -c18-19 | head -n 1`
[ -z "$pri" ] && pri=99 [ -z "$pri" ] && pri=99
rlv='' rlv=
for x in 1 2 3 4 5 ; do for x in 1 2 3 4 5 ; do
if [ -e /etc/rc.d/rc$x.d/S??$srv ] if [ -e /etc/rc.d/rc$x.d/S??$srv ]
then rlv="${rlv}$x" ; else rlv="${rlv}-" ; fi then rlv="${rlv}$x" ; else rlv="${rlv}-" ; fi

9
dictionary/dictd/stone_mod_dictd.sh

@ -1,7 +1,8 @@
# --- T2-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# T2 SDE: package/.../dictd/stone_mod_dictd.sh # Filename: package/.../dictd/stone_mod_dictd.sh
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2004 Clifford Wolf # Copyright (C) 1998 - 2004 Clifford Wolf
# #
@ -11,7 +12,7 @@
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the # the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
# #
# #
@ -21,7 +22,7 @@
conf=/etc/dictd.conf conf=/etc/dictd.conf
list_dictionaries () { list_dictionaries () {
ds="" ds=
for i in $( ls /usr/share/dictd/*.index ) for i in $( ls /usr/share/dictd/*.index )
do do
ds="$ds `basename $i .index`" ds="$ds `basename $i .index`"

2
java/blackdown-jre/java-blackdown-conf.in

@ -29,7 +29,7 @@ makeinstopt=
# and doc directory are created at the proper level. # and doc directory are created at the proper level.
. $base/package/*/*/java-jdk-conf.in $1 . $base/package/*/*/java-jdk-conf.in $1
java_install_opt="" java_install_opt=
java_home_original= java_home_original=
# Check if installing needs to be done with or without X11. # Check if installing needs to be done with or without X11.

11
multimedia/vdr/config.in

@ -1,7 +1,8 @@
# --- T2-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# T2 SDE: package/.../vdr/config.in # Filename: package/.../vdr/config.in
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
@ -10,7 +11,7 @@
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the # the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
if pkgcheck vdr X if pkgcheck vdr X
then then
@ -23,7 +24,7 @@ then
bool 'Enable plugin graphlcd' SDECFG_PKG_VDR_GRAPHLCD 0 bool 'Enable plugin graphlcd' SDECFG_PKG_VDR_GRAPHLCD 0
[ $SDECFG_PKG_VDR_GRAPHLCD -ne 0 ] && { [ $SDECFG_PKG_VDR_GRAPHLCD -ne 0 ] && {
list="" list=
for item in none HD61830 KS0108 T6963 SED1520 SED1330 GU140X32F-7806 GU256X64-372 GU256X64-3900 serdisplib framebuffer image ; do for item in none HD61830 KS0108 T6963 SED1520 SED1330 GU140X32F-7806 GU256X64-372 GU256X64-3900 serdisplib framebuffer image ; do
list="$list $item $item" list="$list $item $item"
done done
@ -32,7 +33,7 @@ then
bool 'Enable plugin text2skin' SDECFG_PKG_VDR_TEXT2SKIN 1 bool 'Enable plugin text2skin' SDECFG_PKG_VDR_TEXT2SKIN 1
[ $SDECFG_PKG_VDR_TEXT2SKIN -ne 0 ] && { [ $SDECFG_PKG_VDR_TEXT2SKIN -ne 0 ] && {
list="" list=
for item in none Deeplue Lightblue Enigma ; do for item in none Deeplue Lightblue Enigma ; do
list="$list $item $item" list="$list $item $item"
done done

4
network/apache/config.in

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../apache/config.in # Filename: package/.../apache/config.in
# Copyright (C) 2006 The OpenSDE Project # Copyright (C) 2006 - 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2004 Clifford Wolf # Copyright (C) 1998 - 2004 Clifford Wolf
# #
@ -21,7 +21,7 @@ then
SDECFG_PKG_APACHE_PREFIX "opt/apache" SDECFG_PKG_APACHE_PREFIX "opt/apache"
pkgout pkgout
list="" ; default="" list= ; default=
while read pkg ver ; do while read pkg ver ; do
if [ "$pkg" = "bdb42" ] ; then if [ "$pkg" = "bdb42" ] ; then
default="$pkg" default="$pkg"

9
network/iptables/rocknet_iptables.sh

@ -1,7 +1,8 @@
# --- T2-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# T2 SDE: package/.../iptables/rocknet_iptables.sh # Filename: package/.../iptables/rocknet_iptables.sh
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
@ -10,7 +11,7 @@
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the # the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
iptables_init_if() { iptables_init_if() {
if isfirst "iptables_$if"; then if isfirst "iptables_$if"; then
@ -43,7 +44,7 @@ iptables_init_if() {
} }
iptables_parse_conditions() { iptables_parse_conditions() {
iptables_cond="" iptables_cond=
while [ -n "$1" ] while [ -n "$1" ]
do do
case "$1" in case "$1" in

9
network/rocknet/ifup.sh

@ -1,8 +1,9 @@
#!/bin/sh #!/bin/sh
# --- T2-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# T2 SDE: package/.../rocknet/ifup.sh # Filename: package/.../rocknet/ifup.sh
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
@ -11,7 +12,7 @@
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the # the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
rocknet_tmp_base="/var/run/rocknet" rocknet_tmp_base="/var/run/rocknet"
[ -d $rocknet_tmp_base ] || mkdir -p $rocknet_tmp_base [ -d $rocknet_tmp_base ] || mkdir -p $rocknet_tmp_base
@ -31,7 +32,7 @@ usage() {
force=0 force=0
if="$1" ; shift ; [ "$if" ] || usage if="$1" ; shift ; [ "$if" ] || usage
profile="" profile=
action="${0/#*\/if}" action="${0/#*\/if}"
while [ "$1" ] ; do while [ "$1" ] ; do

11
powerpc/yaboot/stone_mod_yaboot.sh

@ -1,7 +1,8 @@
# --- T2-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# T2 SDE: package/.../yaboot/stone_mod_yaboot.sh # Filename: package/.../yaboot/stone_mod_yaboot.sh
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf # Copyright (C) 1998 - 2003 Clifford Wolf
# #
@ -11,7 +12,7 @@
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the # the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
# #
# [MAIN] 70 yaboot Yaboot Boot Loader Setup # [MAIN] 70 yaboot Yaboot Boot Loader Setup
# [SETUP] 90 yaboot # [SETUP] 90 yaboot
@ -138,10 +139,10 @@ main() {
[ "$macosxpart" ] && macosxdev="$dev$macosxpart" [ "$macosxpart" ] && macosxdev="$dev$macosxpart"
if [ "$rootdev" = "$bootdev" ] if [ "$rootdev" = "$bootdev" ]
then bootpath=/boot ; else bootpath="" ; fi then bootpath=/boot ; else bootpath= ; fi
if [ "$rootdev" = "$yabootdev" ] if [ "$rootdev" = "$yabootdev" ]
then yabootpath=/usr ; else yabootpath="" ; fi then yabootpath=/usr ; else yabootpath= ; fi
yabootpart="`echo $yabootdev | sed 's/[^0-9]*//'`" yabootpart="`echo $yabootdev | sed 's/[^0-9]*//'`"
if [ ! -f /etc/yaboot.conf ] ; then if [ ! -f /etc/yaboot.conf ] ; then

9
sparc/silo/stone_mod_silo.sh

@ -1,7 +1,8 @@
# --- T2-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# T2 SDE: package/.../silo/stone_mod_silo.sh # Filename: package/.../silo/stone_mod_silo.sh
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
@ -10,7 +11,7 @@
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the # the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
# #
# [MAIN] 70 silo SILO Boot Loader Setup # [MAIN] 70 silo SILO Boot Loader Setup
# [SETUP] 90 silo # [SETUP] 90 silo
@ -87,7 +88,7 @@ main() {
bootdev="`device4 /boot`" bootdev="`device4 /boot`"
if [ "$rootdev" = "$bootdev" ] if [ "$rootdev" = "$bootdev" ]
then bootpath=/boot ; else bootpath="" ; fi then bootpath=/boot ; else bootpath= ; fi
if [ ! -f /etc/silo.conf ] ; then if [ ! -f /etc/silo.conf ] ; then
if gui_yesno "SILO does not appear to be configured. if gui_yesno "SILO does not appear to be configured.

9
x86/cpuburn/cpuburn.sh

@ -1,9 +1,10 @@
#!/bin/sh #!/bin/sh
# #
# --- T2-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# T2 SDE: package/.../cpuburn/cpuburn.sh # Filename: package/.../cpuburn/cpuburn.sh
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf # Copyright (C) 1998 - 2003 Clifford Wolf
# #
@ -13,10 +14,10 @@
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the # the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
errors=`mktemp -t cpuburn.XXXX` errors=`mktemp -t cpuburn.XXXX`
start=`date "+%s"` ; command="" ; jobs=1 start=`date "+%s"` ; command= ; jobs=1
help() { help() {
cat << 'EOT' cat << 'EOT'

4
x86/grub/stone_mod_grub.sh

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../grub/stone_mod_grub.sh # Filename: package/.../grub/stone_mod_grub.sh
# Copyright (C) 2006 The OpenSDE Project # Copyright (C) 2006 - 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf # Copyright (C) 1998 - 2003 Clifford Wolf
# #
@ -147,7 +147,7 @@ main() {
fi fi
if [ "$rootdev" = "$bootdev" ] if [ "$rootdev" = "$bootdev" ]
then bootpath="/boot" ; else bootpath="" ; fi then bootpath="/boot" ; else bootpath= ; fi
if [ ! -f /boot/grub/menu.lst ] ; then if [ ! -f /boot/grub/menu.lst ] ; then
if gui_yesno "GRUB does not appear to be configured. if gui_yesno "GRUB does not appear to be configured.

11
xorg/xorg-server/stone_mod_xorg.sh

@ -1,7 +1,8 @@
# --- T2-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# T2 SDE: package/.../xorg-server/stone_mod_xorg.sh # Filename: package/.../xorg-server/stone_mod_xorg.sh
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2004 Clifford Wolf # Copyright (C) 1998 - 2004 Clifford Wolf
# #
@ -11,7 +12,7 @@
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the # the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
# #
# [MAIN] 50 xorg X11 Configuration # [MAIN] 50 xorg X11 Configuration
@ -25,12 +26,12 @@ set_xdm() {
main() { main() {
while while
WINDOWMANAGER="" WINDOWMANAGER=
if [ -f /etc/profile.d/windowmanager ]; then if [ -f /etc/profile.d/windowmanager ]; then
. /etc/profile.d/windowmanager . /etc/profile.d/windowmanager
fi fi
XDM="" XDM=
if [ -f /etc/conf/xdm ]; then if [ -f /etc/conf/xdm ]; then
. /etc/conf/xdm . /etc/conf/xdm
fi fi

13
xorg/xorg-server/xcfgt2.sh

@ -1,8 +1,9 @@
#!/bin/bash #!/bin/bash
# --- T2-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# T2 SDE: package/.../xorg-server/xcfgt2.sh # Filename: package/.../xorg-server/xcfgt2.sh
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2005-2006 The T2 SDE Project # Copyright (C) 2005-2006 The T2 SDE Project
# Copyright (C) 2005-2006 Rene Rebe # Copyright (C) 2005-2006 Rene Rebe
# #
@ -12,7 +13,7 @@
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the # the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
# Quick T2 live X driver matching ... # Quick T2 live X driver matching ...
@ -92,9 +93,9 @@ fi
echo "X Driver: $xdrv" echo "X Driver: $xdrv"
horiz_sync="" horiz_sync=
vert_refresh="" vert_refresh=
modes="" modes=
if [[ `uname -m` = i*86 ]]; then if [[ `uname -m` = i*86 ]]; then
ddcprobe > $tmp ddcprobe > $tmp

9
xorg/xorg-server/xvfb-run.sh

@ -1,8 +1,9 @@
#!/bin/sh #!/bin/sh
# --- T2-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# T2 SDE: package/.../xorg-server/xvfb-run.sh # Filename: package/.../xorg-server/xvfb-run.sh
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2005 - 2006 The T2 SDE Project # Copyright (C) 2005 - 2006 The T2 SDE Project
# Copyright (C) XXXX - 2005 Debian # Copyright (C) XXXX - 2005 Debian
# #
@ -12,7 +13,7 @@
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the # the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
# $Id: xvfb-run 2166 2005-01-27 07:54:19Z branden $ # $Id: xvfb-run 2166 2005-01-27 07:54:19Z branden $
# from: http://necrotic.deadbeast.net/xsf/XFree86/trunk/debian/local/xvfb-run # from: http://necrotic.deadbeast.net/xsf/XFree86/trunk/debian/local/xvfb-run
@ -116,7 +117,7 @@ while :; do
-f|--auth-file) AUTHFILE="$2"; shift ;; -f|--auth-file) AUTHFILE="$2"; shift ;;
-h|--help) SHOWHELP="yes" ;; -h|--help) SHOWHELP="yes" ;;
-n|--server-num) SERVERNUM="$2"; shift ;; -n|--server-num) SERVERNUM="$2"; shift ;;
-l|--listen-tcp) LISTENTCP="" ;; -l|--listen-tcp) LISTENTCP= ;;
-p|--xauth-protocol) XAUTHPROTO="$2"; shift ;; -p|--xauth-protocol) XAUTHPROTO="$2"; shift ;;
-s|--server-args) XVFBARGS="$2"; shift ;; -s|--server-args) XVFBARGS="$2"; shift ;;
-w|--wait) STARTWAIT="$2"; shift ;; -w|--wait) STARTWAIT="$2"; shift ;;

11
zope/zope/zope-conf.in

@ -1,7 +1,8 @@
# --- T2-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# T2 SDE: package/.../zope/zope-conf.in # Filename: package/.../zope/zope-conf.in
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
@ -10,7 +11,7 @@
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the # the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
# Function for installing Zope Products # Function for installing Zope Products
prepare_product() { prepare_product() {
@ -48,8 +49,8 @@ install_product() {
} }
createdocs="0" createdocs="0"
makeopt="" makeopt=
makeinstopt="" makeinstopt=
hook_add postpatch 5 "prepare_product" hook_add postpatch 5 "prepare_product"
hook_add postmake 5 "install_product" hook_add postmake 5 "install_product"

Loading…
Cancel
Save