summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-01-02 18:13:54 +0000
committerTed Trask <ttrask01@yahoo.com>2012-01-02 18:37:26 +0000
commit16d8ac6eb2ff3790901b6f39b4aa093dfaf33a89 (patch)
treebbc4952799e13d6380765b0b18909537db5bed3b
parent564103199636dc78d87bd78d96daf89b9f1cbbd0 (diff)
downloadaports-16d8ac6eb2ff3790901b6f39b4aa093dfaf33a89.tar.bz2
aports-16d8ac6eb2ff3790901b6f39b4aa093dfaf33a89.tar.xz
main/postgresql: Remove the stop function from pg-restore init.d script
(cherry picked from commit a5636ad0745cea325def3da749da9aae76e06728)
-rw-r--r--main/postgresql/pg-restore.initd5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/postgresql/pg-restore.initd b/main/postgresql/pg-restore.initd
index 3d1ad50f6..1cc4da5c8 100644
--- a/main/postgresql/pg-restore.initd
+++ b/main/postgresql/pg-restore.initd
@@ -37,8 +37,3 @@ purge() {
start() {
restore
}
-
-stop() {
- dump
-}
-