summaryrefslogtreecommitdiffstats
path: root/legacy-sysv-script.in
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2016-07-22 08:20:28 +0200
committerPavel Raiskup <praiskup@redhat.com>2016-07-22 08:20:28 +0200
commit3fcfb0e1f4cf535ce3356ecef32a21a9e9fc27b5 (patch)
tree21edbc3325b8df4933e943d257e685862ff890ae /legacy-sysv-script.in
parent300dc14017f27bc2ea79c0bb01a627d84d7790f6 (diff)
downloadpostgresql-setup-master.tar.gz
postgresql-setup-master.tar.xz
postgresql-setup-master.zip
Move the repo to github.HEADmaster
Diffstat (limited to 'legacy-sysv-script.in')
-rw-r--r--legacy-sysv-script.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/legacy-sysv-script.in b/legacy-sysv-script.in
deleted file mode 100644
index 5eaad51..0000000
--- a/legacy-sysv-script.in
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-# Legacy action script for "service postgresql --@__FILE__@"
-cmd="@bindir@/postgresql-setup --@__FILE__@ --unit @NAME_SERVICE@"
-echo "Hint: the preferred way to do this is now \"$cmd\"" >&2
-$cmd