diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-01-02 18:13:54 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-01-02 18:13:54 +0000 |
commit | a5636ad0745cea325def3da749da9aae76e06728 (patch) | |
tree | 6f2e76f88cfe6e51b8f6d845bd209424fdf4288e /main/postgresql | |
parent | 5e9951fd11a29febad28c2bd1e4cd5486e4bc329 (diff) | |
download | aports-a5636ad0745cea325def3da749da9aae76e06728.tar.bz2 aports-a5636ad0745cea325def3da749da9aae76e06728.tar.xz |
main/postgresql: Remove the stop function from pg-restore init.d script
Diffstat (limited to 'main/postgresql')
-rw-r--r-- | main/postgresql/pg-restore.initd | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/main/postgresql/pg-restore.initd b/main/postgresql/pg-restore.initd index 3d1ad50f6d..1cc4da5c8f 100644 --- a/main/postgresql/pg-restore.initd +++ b/main/postgresql/pg-restore.initd @@ -37,8 +37,3 @@ purge() { start() { restore } - -stop() { - dump -} - |