Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 14:24:41 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342711 - head/www/shellinabox
Message-ID:  <201402051424.s15EOfnK073568@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ak
Date: Wed Feb  5 14:24:41 2014
New Revision: 342711
URL: http://svnweb.freebsd.org/changeset/ports/342711
QAT: https://qat.redports.org/buildarchive/r342711/

Log:
  - Fix plist

Modified:
  head/www/shellinabox/pkg-plist

Modified: head/www/shellinabox/pkg-plist
==============================================================================
--- head/www/shellinabox/pkg-plist	Wed Feb  5 14:23:15 2014	(r342710)
+++ head/www/shellinabox/pkg-plist	Wed Feb  5 14:24:41 2014	(r342711)
@@ -1,9 +1,10 @@
 bin/shellinaboxd
-etc/rc.d/shellinaboxd
 man/man1/shellinaboxd.1.gz
-@mode 700
 @owner shellinabox
 @group shellinabox
-@exec mkdir -p %D/etc/shellinabox
+@mode 700
 @dirrmtry etc/shellinabox
 @mode
+@group wheel
+@owner root
+@exec install -d -o shellinabox -g sellinabox -o 700 %D/etc/shellinabox



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402051424.s15EOfnK073568>