This repository has been archived by the owner on Aug 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
conf.sh
executable file
·491 lines (418 loc) · 15.5 KB
/
conf.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
#!/bin/sh
# This source is released to the public domain since 2001. No warranty.
# Citation of the source is appreciated.
# http://structio.sourceforge.net/repasa
# The command line management of this script is based on public
# domain code of WWWeb Tide Team
# http://www.ebbtide.com/Util/ksh_parse.html
# Reading configuration variables
if (test ! -s confv.sh) then {
cp confv.empty confv.sh
} fi;
. ./confv.sh
# Reading functions to help in configuration
. herram/confaux.sh
#Parsing options
BASENAME=$(basename $0)
USAGE="$BASENAME [-v] [-h] [-M] [-p prefijo] [-i]"
# Remember: if you add a switch above, don't forget to add it to:
# 1) "Parse command line options" section
# 2) "MANPAGE_HEREDOC" section
# 3) "check for help" section
ARG_COUNT=0 # This nubmer must reflect true argument count
OPT_FLAG=0 # Command line mistake flag
OPT_COUNT=0 # Number of options on the command line
MAN_FLAG=0 # Default: no man pages requited
HELP_FLAG=0 # Default: no help required
VERBOSE_FLAG=0 # Default: no verbose
WARNING=0 # General purpose no fail warning flag
# initialize local variables
vbs=""
prefix=""
dirsitiodef="sitios/sivel";
confphpdef="$dirsitiodef/conf.php"
# Parse command line options
while getopts :p:Mhvi arguments
do
# remember treat r: switches with: R_VALE = $OPTARG ;;
case $arguments in
p) prefix=$OPTARG;;
M) MAN_FLAG=1 ;; # Display man page
v) # increment the verboseness count and...
VERBOSE_FLAG=$(($VERBOSE_FLAG+1))
# gather up all "-v" switches
vbs="$vbs -v"
;;
h) HELP_FLAG=1;; # display on-line help
i)
regenera=1;
cp confv.empty confv.sh;
. ./confv.sh;;
\?) echo "Opción no reconocida: $OPTARG" >&2 # flag illegal switch
OPT_FLAG=1;;
esac
done
OPT_COUNT=$(($OPTIND-1))
shift $OPT_COUNT
options_help="
-p prefijo Prefijo de la ruta de instalación (por defecto /usr/local)
-h Presenta ayuda corta
-M Presenta ayuda más completa
-v Presenta información de depuración durante ejecución
-i Elimina configuración anterior e inicializa valores en particular si no hay un sitio configurado configura el sitio sivel intentando copiar de configuración anterior si la hay"
# check for man page request
if (test "$MAN_FLAG" = "1" ) then {
if (test "$PAGER" = "" ) then {
if ( test "$VERBOSE_FLAG" -gt "0" ) then {
echo "$BASENAME: Resetting PAGER variable to more" >&2
} fi;
export PAGER=more;
} fi;
$PAGER << MANPAGE_HEREDOC
NOMBRE
$BASENAME - Configura fuentes de $PROYECTO
$USAGE
DESCRIPCIÓN
Establece el valor de las variables de configuración y genera
archivos en diversos formatos empleados por las fuentes de
$PROYECTO.
* $PRY_DESC
* $URLSITE
Las variables de configuración y sus valores por defecto están
en confv.empty (debajo de cada variable hay un comentario con la
descripción).
Este script genera los archivos
confv.sh, confv.php, $confphpdef y Make.inc
con las variables de configuración instanciadas.
Para la instanciación este script puede:
* Verificar el valor de algunas variables (por ejemplo que
la versión de un programa sea la requerida).
* Buscar valor para algunas variables (por ejemplo ubicación
de algún programa).
* Completar el valor de algunas variables (por ejemplo fecha actual)
* Dejar el valor por defecto configurado en confv.empty (por ejemplo
nombre del proyecto y versión).
* Pedir información al usuario en los casos que no logra instanciar
OPCIONES
$options_help
EJEMPLOS
./conf.sh
Configura fuentes y deja como prefijo para la ruta de instalación
"/usr/local"
./conf.sh -p /usr/
Configura fuentes y deja como prefijo para la ruta de instalación
"/usr"
ESTÁNDARES
Este script pretende ser portable. Debe cumplir POSIX.
FALLAS
VER TAMBIÉN
Para mejorar este script o hacer uno similar ver fuentes de
herram/confaux.sh
CRÉDITOS Y DERECHOS DE REPRODUCCIÓN
Script de dominio público. Sin garantías.
Fuentes disponibles en: http://structio.sourceforge.net/repasa
Puede enviar reportes de problemas a
Incluye porciones de código dominio público escritas por:
Miembros de Structio http://structio.sourceforge.net
WWWeb Tide Team http://www.ebbtide.com/Util/
Puede ver más detalles sobre los derechos y créditos de este script en
las fuentes.
MANPAGE_HEREDOC
exit 0;
} fi;
# check for help
if (test "$HELP_FLAG" = "1" ) then {
echo " Utilización: $USAGE"
cat << HLP_OP
$options_help
HLP_OP
exit 0
} fi;
# check for illegal switches
if (test "$OPT_FLAG" = "1") then {
echo "$BASENAME: Se encontró alguna opción invalida" >&2
echo "Utilización: $USAGE" >&2
exit 1
}
elif (test "$#" != "$ARG_COUNT" ) then {
echo "$BASENAME: se encontraron $# argumentos, pero se esperaban $ARG_COUNT." >&2
echo "Utilización: $USAGE" >&2
exit 1;
} fi;
echo "Configurando $PROYECTO $PRY_VERSION";
if (test "$VERBOSE_FLAG" -gt "0") then {
echo "Chequeando y detectando valor de variables de configuración";
} fi;
check "AWK" "" "test -x \$AWK" `which awk 2> /dev/null`
check "CP" "" "test -x \$CP" `which cp 2> /dev/null`
check "CVS" "optional" "test -x \$CVS" `which cvs 2> /dev/null`
check "DOAS" "" "test -x \$DOAS" `which doas 2> /dev/null` `which sudo 2> /dev/null`
check "ECHO" "" "test -x \$ECHO" `which ed 2> /dev/null`
check "ED" "" "test -x \$ED" `which ed 2> /dev/null`
check "FIND" "" "test -x \$FIND" `which find 2> /dev/null`
check "GZIP" "" "test -x \$GZIP" `which gzip 2> /dev/null`
check "MAKE" "" "test -x \$MAKE" `which make 2> /dev/null`
check "MV" "" "test -x \$MV" `which mv 2> /dev/null`
check "MKDIR" "" "test -x \$MKDIR" `which mkdir 2> /dev/null`
check "PERL" "optional" "test -x \$PERL" `which perl 2> /dev/null`
check "RM" "" "test -x \$RM" `which rm 2> /dev/null`
check "SCP" "" "test -x \$SCP" `which scp 2> /dev/null`
check "SED" "" "test -x \$SED" `which sed 2> /dev/null`
check "TAR" "" "test -x \$TAR" `which tar 2> /dev/null`
check "TOUCH" "" "test -x \$TOUCH" `which touch 2> /dev/null`
check "W3M" "optional" "test -x \$W3M" `which w3m 2> /dev/null` `which lynx 2> /dev/null`
l=`echo $W3M | sed -e "s|.*lynx.*|si|g"`
W3M_OPT="";
if (test "$l" = "si") then {
W3M_OPT="-nolist";
} else {
W3M_OPT="-no-graph";
} fi;
changeVar W3M_OPT 1;
check "ZIP" "optional" "test -x \$ZIP" `which zip 2> /dev/null`
if (test "$ACT_PROC" = "act-ncftpput") then {
check "NCFTPPUT" "" "test -x \$NCFTPPUT" `which ncftpput 2> /dev/null`
}
elif (test "$ACT_PROC" = "act-scp") then {
check "SCP" "" "test -x \$SCP" `which scp 2> /dev/null`
} fi;
function proceso {
p=$1;
n=$2;
pgrep $p > /dev/null
if (test "$?" != "0") then {
echo "$n debería estar corriendo, continua (s/n)";
read sn
if (test "$sn" = "n") then {
exit 1;
} fi;
} fi;
}
function estapear {
p=$1;
r=$2;
v=$3;
pear shell-test $p $r $v
if (test "$?" != "0") then {
echo "De PEAR falta $p $r $v (ENTER para continuar)";
read;
} fi;
}
echo -n " OpenBSD httpd corriendo: ";
pgrep "httpd" > /dev/null
if (test "$?" != "0") then {
echo "no";
echo -n " O nginx corriendo: ";
pgrep "nginx" > /dev/null
if (test "$?" != "0") then {
echo "no";
echo "OpenBSD httpd o nginx debería estar corriendo, continua (s/n)";
read sn
if (test "$sn" = "n") then {
exit 1;
} fi;
} else {
echo "si";
sweb='nginx';
} fi;
} else {
echo "si";
sweb='httpd';
} fi;
c=`ps ax | grep "[h]ttpd:.*parent.*chroot" | sed -e "s/.*chroot //g;s/].*//g"`
check "CHROOTDIR" "optional" "test -d \$CHROOTDIR" $c '/var/www/'
echo " PostgreSQL corriendo";
proceso post Postgresql
check "SOCKPSQL" "" "test -S \$SOCKPSQL/.s.PGSQL.5432" '/var/www/var/run/postgresql' '/var/www/tmp/' '/tmp/' '/var/run/postgresql/'
check "PHP" "" "test -x \$PHP" `which php-5.6 2> /dev/null` `which php-5.5 2> /dev/null` `php-5.4 2> /dev/null` `which php-5.3 2> /dev/null` `which php-5.2 2> /dev/null` `which php 2> /dev/null`
verphp=`$PHP -v | grep "PHP " | sed -e "s|.*PHP \([0-9.]*\).*|\1|g"`;
if (test "$?" != 0 -o "x$verphp" = "x") then {
echo " $PROYECTO funciona con versiones de PHP posteriores a la 5.0";
} fi;
check "PHPDOC" "optional" "test -x phpdoc" `which phpdoc 2> /dev/null`
check "PEAR" "" "test -x \$PEAR" `which pear 2> /dev/null`
echo " Paquetes de PEAR";
estapear Auth
estapear HTML_Common
estapear HTML_Menu
estapear HTML_QuickForm
estapear HTML_QuickForm_Controller
#estapear HTML_Table
estapear HTML_Javascript
estapear HTML_CSS
estapear Date
estapear DB_DataObject
estapear Mail
estapear Mail_Mime
estapear Net_SMTP
estapear Net_Socket
estapear Validate
estapear DB_DataObject_FormBuilder
echo -n " ";
echo "<?php
require_once \"HTML/QuickForm/date.php\";
\$d = new HTML_QuickForm_Date();
if (\$d->_options['maxYear'] < date('Y')) {
echo \"HTML/QuickForm/date no soporta años superiores a 2010\n\";
exit(1);
}
echo \"HTML/QuickForm/date si soporta años superiores a 2010\n\";
exit(0);
?>" > /tmp/rfecha.php
$PHP /tmp/rfecha.php
if (test "$?" != "0") then {
echo "Aplique solución descrita en http://pear.php.net/bugs/bug.php?id=18171&edit=12&patch=date&revision=1295481833";
exit 1;
} fi;
rm /tmp/rfecha.php
check "ISPELL" "optional" "test -x \$CHROOTDIR/\$ISPELL" "/usr/local/bin/ispell" `which ispell 2> /dev/null`
touch $DICCIONARIO
check "OPENSSL" "optional" "test -x \$CHROOTDIR/\$OPENSSL" "/usr/sbin/openssl" `which openssl 2> /dev/null`
check "ECHO" "optional" "test -x \$CHROOTDIR/\$ECHO" "/usr/sbin/echo" `which echo 2> /dev/null`
FECHA_ACT=`date "+%d/%m/%Y"`;
changeVar FECHA_ACT 1;
m=`date "+%m" | sed -e "s/01/Enero/;s/02/Febrero/;s/03/Marzo/;s/04/Abril/;s/05/Mayo/;s/06/Junio/;s/07/Julio/;s/08/Agosto/;s/09/Septiembre/;s/10/Octubre/;s/11/Noviembre/;s/12/Diciembre/"`
a=`date "+%Y"`
MES_ACT="$m de $a";
changeVar MES_ACT 1;
if (test "$VERBOSE_FLAG" -gt "0") then {
echo "Guardando variables de configuración"
} fi;
changeConfv;
if (test "$VERBOSE_FLAG" -gt "0") then {
echo "Generando Make.inc";
} fi;
echo "# Some variables for Makefile" > Make.inc;
echo "# This file is generated automatically by conf.sh. Don't edit" >> Make.inc;
echo "" >> Make.inc
if (test "$VERBOSE_FLAG" -gt "1") then {
echo "Adding configuration variables to Make.inc";
} fi;
addMakeConfv Make.inc;
echo "<?php " > confv.php
echo "// @codingStandardsIgnoreFile" >> confv.php
echo "// Acceso: SÓLO DEFINICIONES" >> confv.php
addPHPConfv confv.php
echo "?>" >> confv.php
echo "Preparando archivos de configuración";
if (test "$VERBOSE_FLAG" -gt "0") then {
echo "Modificando $confphp"
} fi;
if (test "$regenera" = "1") then {
csitios=`cd sitios/ ; ls | grep -v CVS | grep -v nuevo.sh | tr "\n" " "`;
if (test "$csitios" = "pordefecto pruebas ") then {
chres=`echo $CHROOTDIR | sed -e "s/\//\\\\\\\\\//g"`;
ds=`echo $SOCKPSQL | sed -e "s/.s.PGSQL.*//g;"`;
dssed=`echo $ds | sed -e "s/\//\\\\\\\\\//g"`;
dschrootsed=`echo $ds | sed -e "s/$chres//g" | sed -e "s/\//\\\\\\\\\//g"`;
fuentes=`pwd | sed -e "s/\/pruebas//g"`;
fuentessed=`echo $fuentes | sed -e "s/\//\\\\\\\\\//g"`;
fuenteschrootsed=`echo $fuentes | sed -e "s/$chres//g" | sed -e "s/\//\\\\\\\\\//g"`;
if (test ! -f /var/www/htdocs/sivel10/aut/conf.php) then {
# nuevo
cp -rf sitios/pordefecto sitios/sivel
dbnombre=sivel
dbusuario=sivel
grep ":sivel:" $HOME/.pgpass > /dev/null 2>&1
if (test "$?" = "0") then {
dbclave=`grep :sivel: $HOME/.pgpass | sed -e "s/.*:\([^:]*\)$/\1/g"`;
} else {
dbclave=`apg | head -n 1`;
} fi;
} else { # aut/conf.php existe
# de 1.0 a 1.1
cp -rf sitios/pordefecto sitios/sivel
odbnombre=`grep "\\\$dbnombre *=" /var/www/htdocs/sivel10/aut/conf.php 2> /dev/null | sed -e 's/.*=.*"\([^"]*\)".*$/\1/g' 2> /dev/null`;
if (test "$odbnombre" = "sivel") then {
echo "No se esperaba base sivel en copia disponible en /var/www/htdocs/sivel10/";
exit 1;
} fi;
dbnombre=sivel
dbusuario=`grep "\\\$dbusuario *=" /var/www/htdocs/sivel10/aut/conf.php | sed -e 's/.*=.*"\([^"]*\)".*$/\1/g' 2> /dev/null`;
dbclave=`grep "\\\$dbclave *=" /var/www/htdocs/sivel10/aut/conf.php | sed -e 's/.*=.*"\([^"]*\)".*$/\1/g' 2> /dev/null`;
} fi;
if (test -f sitios/sivel/conf.php) then {
cp -f sitios/sivel/conf.php sitios/sivel/conf.php.copia
} fi;
chmod u+rw sitios/sivel/conf.php sitios/sivel/vardb.sh
sed -e "s/^ *\$dbservidor=.*/\$dbservidor=\"unix($dschrootsed)\";/g" sitios/pordefecto/conf.php.plantilla |
sed -e "s/^ *\$dbnombre *=.*/\$dbnombre = \"$dbnombre\";/g" |
sed -e "s/^ *\$dbusuario *=.*/\$dbusuario = \"$dbusuario\";/g" |
sed -e "s/^ *\$dbclave *=.*/\$dbclave = \"$dbclave\";/g" |
sed -e "s/^ *\$dirchroot *=.*/\$dirchroot = \"$chres\";/g" |
sed -e "s/^ *\$dirserv *=.*/\$dirserv = \"$fuenteschrootsed\";/g" |
sed -e "s/^ *\$dirsitio *=.*/\$dirsitio = \"sitios\/sivel\";/g" |
sed -e "s/sitios\/pordefecto/sitios\/sivel/g" |
sed -e "s/^ *\$socketopt *=.*/\$socketopt = \"-h $dssed\";/g" > sitios/sivel/conf.php
chmod o-rwx sitios/sivel/conf.php
$DOAS chgrp www sitios/sivel/conf.php
chmod g-wx+r sitios/sivel/conf.php
if (test -f sitios/sivel/vardb.sh) then {
cp -f sitios/sivel/vardb.sh sitios/sivel/vardb.sh.copia
} fi;
sed -e "s/^ *dirap=.*/dirap=$fuentessed\/sitios\/sivel/g" sitios/pordefecto/vardb.sh.plantilla > sitios/sivel/vardb.sh
if (test ! -f sitios/sivel/ultimoenvio.txt) then {
touch sitios/sivel/ultimoenvio.txt
} fi;
$DOAS chown -f www:www sitios/sivel/ultimoenvio.txt
(cd sitios/sivel; ../../bin/creaesquema.sh)
$DOAS chown -f www:www sitios/sivel/DataObjects/sivel.*
(cd sitios; ln -s sivel 127.0.0.1)
$DOAS mkdir -p /var/www/resbase/anexos
$DOAS chown -f www:www /var/www/resbase/anexos
} else {
ds=`echo $SOCKPSQL | sed -e "s/.s.PGSQL.*//g;"`;
dssed=`echo $ds | sed -e "s/\//\\\\\\\\\//g"`;
chres=`echo $CHROOTDIR | sed -e "s/\//\\\\\\\\\//g"`;
dschroot=`echo $ds | sed -e "s/$chres//g"`;
dschrootsed=`echo $dschroot | sed -e "s/\//\\\\\\\\\//g"`;
echo "OJO ds=$ds"
echo "OJO dssed=$dssed"
echo "OJO chres=$chres"
echo "OJO chres=$chres"
echo "OJO dschroot=$dschroot"
echo "OJO dschrootsed=$dschrootsed"
for dsitio in $csitios; do
#echo "OJO dsitio=$dsitio"
if (test "$dsitio" = "pordefecto") then {
continue;
} elif (test -h sitios/$dsitio) then {
continue;
} elif (test -f sitios/$dsitio/conf-local.php) then {
cdsitio="sitios/$dsitio/conf-local.php";
} elif (test -f sitios/$dsitio/conf.php) then {
cdsitio="sitios/$dsitio/conf.php";
} else {
echo "** No se encontró archivo de configuración en $dsitio"
continue;
} fi;
cp -f $cdsitio $cdsitio.copia
chmod u+rw $cdsitio
grep socketopt $cdsitio > /dev/null 2> /dev/null
if (test "$?" != "0") then {
echo "Agregando socketopt en $cdsitio"
echo "" >> $cdsitio
echo "/** Opciones especiales para acceder base de datos desde consola */" >> $cdsitio
echo "\$socketopt = \"-h $ds\";" >> $cdsitio
} else {
echo "Modificando socketopt en $cdsitio"
sed -e "s/^ *\$socketopt *=.*/\$socketopt = \"-h $dssed\";/g" $cdsitio.copia > $cdsitio
} fi;
grep dbservidor $cdsitio > /dev/null 2> /dev/null
if (test "$?" != "0") then {
echo "Agregando dbservidor en $cdsitio"
echo "" >> $cdsitio
echo "/** Servidor/socket del Motor de bases de datos */" >> $cdsitio
echo "\$dbservidor = \"unix($dschroot)\";" >> $cdsitio
} else {
echo "Modificando dbservidor en $cdsitio"
sed -e "s/^ *\$dbservidor=.*/\$dbservidor=\"unix($dschrootsed)\";/g" $cdsitio.copia > $cdsitio
} fi;
$DOAS chmod o-rwx $cdsitio
$DOAS chgrp www $cdsitio
$DOAS chmod g-wx+r $cdsitio
done
} fi;
} fi;
echo "Configuración completada";