fix: file names
This commit is contained in:
2
Makefile
2
Makefile
@@ -31,7 +31,7 @@ build_arch:
|
|||||||
.PHONY: install
|
.PHONY: install
|
||||||
install:
|
install:
|
||||||
install --directory $(DESTDIR)$(RPM_SYSCONFDIR)/postgres $(DESTDIR)$(RPM_UNITDIR)/postgresql.service.d
|
install --directory $(DESTDIR)$(RPM_SYSCONFDIR)/postgres $(DESTDIR)$(RPM_UNITDIR)/postgresql.service.d
|
||||||
install --target-directory=$(DESTDIR)$(RPM_SYSCONFDIR)/postgres files/postgres/postgresql.conf files/nginx/default.conf
|
install --target-directory=$(DESTDIR)$(RPM_SYSCONFDIR)/postgres files/postgres/postgresql.conf files/postgres/pg_hba.conf
|
||||||
install --target-directory=$(DESTDIR)$(RPM_UNITDIR)/postgresql.service.d filrs/systemd/postgres.conf
|
install --target-directory=$(DESTDIR)$(RPM_UNITDIR)/postgresql.service.d filrs/systemd/postgres.conf
|
||||||
|
|
||||||
$(RPM_TARBALL_PATH): *
|
$(RPM_TARBALL_PATH): *
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
# Before editing this file, please refer to official doc:
|
|
||||||
# https://www.postgresql.org/docs/current/auth-pg-hba-conf.html
|
|
||||||
|
|
||||||
# TYPE DATABASE USER ADDRESS METHOD
|
|
||||||
local sameuser all peer # Allow each unix user accessing its own db
|
|
||||||
local all postgres peer # Allow postgres user accessing all dbs
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
#-------------------------------------------------------------------------------
|
|
||||||
# FILE LOCATIONS
|
|
||||||
# Please refer to official doc before editing this section:
|
|
||||||
# https://www.postgresql.org/docs/current/runtime-config-file-locations.html
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
# Change pg_hba location
|
|
||||||
hba_file = "/etc/postgres/pg_hba.conf"
|
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
# CONNECTIONS AND AUTHENTICATION
|
|
||||||
# Please refer to official doc before editing this section:
|
|
||||||
# https://www.postgresql.org/docs/current/runtime-config-connection.html
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
# Empty listen addresses to disable listening via TCP/IP
|
|
||||||
# because we want only uni socket connections
|
|
||||||
listen_addresses = ""
|
|
||||||
@@ -5,7 +5,7 @@ Version: %(make version)
|
|||||||
Release: %(make release)
|
Release: %(make release)
|
||||||
Summary: Netoik Reverse Proxy
|
Summary: Netoik Reverse Proxy
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://git.netoik.io/samuel/netoik-rp
|
URL: https://git.netoik.io/samuel/%(make name)
|
||||||
|
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Buildarch: %(make build_arch)
|
Buildarch: %(make build_arch)
|
||||||
|
|||||||
Reference in New Issue
Block a user