projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11c88e5
)
Typo fix.
author
Robert Haas
<rhaas@postgresql.org>
Thu, 18 Aug 2011 17:10:18 +0000
(13:10 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Thu, 18 Aug 2011 17:10:43 +0000
(13:10 -0400)
contrib/sepgsql/chkselinuxenv
patch
|
blob
|
blame
|
history
diff --git
a/contrib/sepgsql/chkselinuxenv
b/contrib/sepgsql/chkselinuxenv
index 0be17ab17066acfa3874cdd11a16fefa326128a0..3ae5a0e617d2291e8755814c053782c36236e3a8 100755
(executable)
--- a/
contrib/sepgsql/chkselinuxenv
+++ b/
contrib/sepgsql/chkselinuxenv
@@
-40,7
+40,7
@@
echo "ok"
#
# Test.2 - 'runcon' must exist and be executable
#
-echo -n "test run
on command
... "
+echo -n "test run
con command
... "
CMD_RUNCON="`which runcon 2>/dev/null`"
if [ ! -x "${CMD_RUNCON}" ]; then