Merge pull request #922 from safaariman/master

Postgres user shell updated
This commit is contained in:
Kamil ATLI
2019-11-07 17:24:13 +03:00
committed by GitHub
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ def postInstall(fromVersion, fromRelease, toVersion, toRelease):
(32, "rpc", "Rpcbind daemon", "/var/lib/rpcbind", "/sbin/nologin", "", ["rpc"], [], []),
(40, "named", "Bind", "/var/named", "/bin/false", "", ["named"], [], []),
(60, "mysql", "MySQL", "/var/lib/mysql", "/bin/false", "", ["mysql"], [], []),
(70, "postgres", "PostgreSQL", "/var/lib/postgresql", "/bin/false", "", ["postgres"], [], []),
(70, "postgres", "PostgreSQL", "/var/lib/postgresql", "/bin/bash", "", ["postgres"], [], []),
(80, "apache", "Apache", "/dev/null", "/bin/false", "", ["apache", "svn"], [], []),
(90, "dovecot", "Dovecot", "/dev/null", "/bin/false", "", ["dovecot"], [], []),
(103, "polkitd", "PolicyKit", "/var/lib/polkit-1", "/bin/false", "", ["polkitd"], [], []),
+7
View File
@@ -69,6 +69,13 @@
</Package>
<History>
<Update release="11">
<Date>2019-11-07</Date>
<Version>3.10.1</Version>
<Comment>Rebuild</Comment>
<Name>Safa Arıman</Name>
<Email>safa@ariman.gen.tr</Email>
</Update>
<Update release="10">
<Date>2019-10-28</Date>
<Version>3.10.1</Version>