diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-11-08 03:32:55 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-11-08 03:32:55 +0000 |
commit | eaa20fa2149cbb738dc23a9bc35bc9ad058a8a7e (patch) | |
tree | c161ec2263795acc4560b7846ad3b6309fd0be46 /dev-db | |
parent | Fixes #10368 (diff) | |
download | gentoo-2-eaa20fa2149cbb738dc23a9bc35bc9ad058a8a7e.tar.gz gentoo-2-eaa20fa2149cbb738dc23a9bc35bc9ad058a8a7e.tar.bz2 gentoo-2-eaa20fa2149cbb738dc23a9bc35bc9ad058a8a7e.zip |
Typo within variable
Diffstat (limited to 'dev-db')
-rwxr-xr-x | dev-db/postgresql/files/postgres | 2 |
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" |