Revision 10832
Added by Aaron Marcuse-Kubitza about 11 years ago
lib/runscripts/pg.conf.run | ||
---|---|---|
1 |
#!/bin/bash -e |
|
2 |
. "$(dirname "${BASH_SOURCE[0]}")"/install.run |
|
3 |
.rel ../sh/local.sh |
|
4 |
|
|
5 |
# installs PostgreSQL config files |
|
6 |
|
|
7 |
if self_not_included; then |
|
8 |
|
|
9 |
install() |
|
10 |
{ |
|
11 |
echo_func |
|
12 |
root_make postgres_reload |
|
13 |
} |
|
14 |
|
|
15 |
fi |
|
0 | 16 |
Also available in: Unified diff
added lib/runscripts/pg.conf.run, which installs PostgreSQL config files