|
Last change
on this file since 1663 was 764, checked in by Bruno Cornec, 17 years ago |
|
Simplify postgresql startup for fossology rpm
|
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
|
File size:
245 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash
|
|---|
| 2 |
|
|---|
| 3 | basemir="http://eurolinux.gre.hp.com/pub/linux"
|
|---|
| 4 |
|
|---|
| 5 | sed -i -e "s/^mirrorlist=/#mirrorlist=/;s|#baseurl=http://mirror.centos.org|baseurl=$basemir|;s|^gpgkey=http://mirror.centos.org|gpgkey=$basemir|" $1/etc/yum.repos.d/CentOS-Base.repo
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.