summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-11-08 03:32:55 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-11-08 03:32:55 +0000
commiteaa20fa2149cbb738dc23a9bc35bc9ad058a8a7e (patch)
treec161ec2263795acc4560b7846ad3b6309fd0be46 /dev-db
parentFixes #10368 (diff)
downloadgentoo-2-eaa20fa2149cbb738dc23a9bc35bc9ad058a8a7e.tar.gz
gentoo-2-eaa20fa2149cbb738dc23a9bc35bc9ad058a8a7e.tar.bz2
gentoo-2-eaa20fa2149cbb738dc23a9bc35bc9ad058a8a7e.zip
Typo within variable
Diffstat (limited to 'dev-db')
-rwxr-xr-xdev-db/postgresql/files/postgres2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/files/postgres b/dev-db/postgresql/files/postgres
index 6bbb3cd596ef..f8f047c19f12 100755
--- a/dev-db/postgresql/files/postgres
+++ b/dev-db/postgresql/files/postgres
@@ -6,7 +6,7 @@
. /etc/rc.d/config/basic
-SERVICE=posgres
+SERVICE=postgres
EXE="/usr/bin/postmaster"
opts="start stop restart"