Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2015 22:21:44 +0000 (UTC)
From:      Tim Bishop <tdb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385697 - head/www/shellinabox
Message-ID:  <201505072221.t47MLiAa012859@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tdb
Date: Thu May  7 22:21:43 2015
New Revision: 385697
URL: https://svnweb.freebsd.org/changeset/ports/385697

Log:
  Fix broken pkg-plist.
  
  The exec line had a typo in the group name and used the wrong flag (-o
  instead of -m) for the mode. It's all redundant anyway with the new @dir.

Modified:
  head/www/shellinabox/Makefile
  head/www/shellinabox/pkg-plist

Modified: head/www/shellinabox/Makefile
==============================================================================
--- head/www/shellinabox/Makefile	Thu May  7 22:18:31 2015	(r385696)
+++ head/www/shellinabox/Makefile	Thu May  7 22:21:43 2015	(r385697)
@@ -3,7 +3,7 @@
 
 PORTNAME=	shellinabox
 PORTVERSION=	2.14
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	www
 MASTER_SITES=	GOOGLE_CODE
 

Modified: head/www/shellinabox/pkg-plist
==============================================================================
--- head/www/shellinabox/pkg-plist	Thu May  7 22:18:31 2015	(r385696)
+++ head/www/shellinabox/pkg-plist	Thu May  7 22:21:43 2015	(r385697)
@@ -1,10 +1,3 @@
 bin/shellinaboxd
 man/man1/shellinaboxd.1.gz
-@owner shellinabox
-@group shellinabox
-@mode 700
-@dirrmtry etc/shellinabox
-@mode
-@group wheel
-@owner root
-@exec install -d -o shellinabox -g sellinabox -o 700 %D/etc/shellinabox
+@dir(shellinabox,shellinabox,700) etc/shellinabox



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