diff options
Diffstat (limited to 'system/postgresql/postgresql.SlackBuild')
-rw-r--r-- | system/postgresql/postgresql.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/postgresql/postgresql.SlackBuild b/system/postgresql/postgresql.SlackBuild index bffcc46125..86802b471b 100644 --- a/system/postgresql/postgresql.SlackBuild +++ b/system/postgresql/postgresql.SlackBuild @@ -121,6 +121,7 @@ chmod 700 $PKG/var/lib/pgsql/data # Install init script mkdir -p $PKG/etc/rc.d cat $CWD/rc.postgresql.new > $PKG/etc/rc.d/rc.postgresql.new +chmod 0755 $PKG/etc/rc.d/rc.postgresql.new # Install logrotate script mkdir -p $PKG/etc/logrotate.d |