[Midnightbsd-cvs] mports: pkg-plist-server: Attempt to fix the magus errors with the

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 22 15:52:27 EDT 2008


Log Message:
-----------
Attempt to fix the magus errors with the profiles.

Modified Files:
--------------
    mports/databases/postgresql81-server:
        pkg-plist-server (r1.4 -> r1.5)

-------------- next part --------------
Index: pkg-plist-server
===================================================================
RCS file: /home/cvs/mports/databases/postgresql81-server/pkg-plist-server,v
retrieving revision 1.4
retrieving revision 1.5
diff -L databases/postgresql81-server/pkg-plist-server -L databases/postgresql81-server/pkg-plist-server -u -r1.4 -r1.5
--- databases/postgresql81-server/pkg-plist-server
+++ databases/postgresql81-server/pkg-plist-server
@@ -721,10 +721,10 @@
 @unexec [ -f ~pgsql/dot.cshrc.dist ] && rm ~pgsql/dot.cshrc.dist
 share/postgresql/dot.profile.dist
 share/postgresql/dot.cshrc.dist
- at exec [ -f %D/share/postgresql/dot.profile.dist ] && cp %D/share/postgresql/dot.profile.dist ~pgsql/.
- at exec [ -f %D/share/postgresql/dot.cshrc.dist ] && cp %D/share/postgresql/dot.cshrc.dist ~pgsql/.
- at exec [ -f ~pgsql/.profile ] || (cp %D/share/postgresql/dot.profile.dist ~pgsql/.profile && chown pgsql:pgsql ~pgsql/.profile)
- at exec [ -f ~pgsql/.cshrc ] || (cp %D/share/postgresql/dot.cshrc.dist ~pgsql/.cshrc && chown pgsql:pgsql ~pgsql/.cshrc)
+ at exec [ -f %D/share/postgresql/dot.profile.dist ] && cp %D/share/postgresql/dot.profile.dist %D/pgsql/.
+ at exec [ -f %D/share/postgresql/dot.cshrc.dist ] && cp %D/share/postgresql/dot.cshrc.dist %D/pgsql/.
+ at exec [ -f ~pgsql/.profile ] || (cp %D/share/postgresql/dot.profile.dist ~pgsql/.profile && chown pgsql:pgsql %D/pgsql/.profile)
+ at exec [ -f ~pgsql/.cshrc ] || (cp %D/share/postgresql/dot.cshrc.dist ~pgsql/.cshrc && chown pgsql:pgsql %D/pgsql/.cshrc)
 @unexec echo "Warning: If you will *NOT* use this package anymore, please remove the pgsql user manually."
 @dirrmtry share/postgresql
 @dirrmtry etc/periodic/daily


More information about the Midnightbsd-cvs mailing list