Summary: | New port: www/shellinabox, Publish command line shell through AJAX interface | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | olivier | ||||||||
Component: | Individual Port(s) | Assignee: | Philippe Audeoud <jadawin> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | ||||||||||
Priority: | Normal | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Description
olivier
2010-06-28 14:40:03 UTC
Responsible Changed From-To: freebsd-ports-bugs->jadawin I'll take it. 2010/6/28 <FreeBSD-gnats-submit@freebsd.org>: Here is a new shar file: - It now respect the NO_PORTDOCS - It no more use the not recommanded use of "@unexec rmdir". Thanks to jadawin for his help and advice ! Regards, Olivier Hi, I've just receive a patch that fix a bug in shell-in-a-box. Then, here is the new shar file that include this patch. I've removed the makefile patch too: It was not usefull (the do-install instruction prevent to patch this file). Regards, Olivier jadawin 2010-07-05 07:40:04 UTC FreeBSD ports repository Modified files: . GIDs UIDs Log: - Add user/group shellinabox with uid/gid 139 PR: ports/148211 Submitted by: Olivier Cochard-Labbé <olivier _AT_ cochard.me> Feature safe: yes Revision Changes Path 1.101 +2 -1 ports/GIDs 1.117 +2 -1 ports/UIDs _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" jadawin 2010-07-05 07:43:03 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/shellinabox Makefile distinfo pkg-descr pkg-plist www/shellinabox/files patch-ssl.in pkg-deinstall.in shellinaboxd.in Log: Shell In A Box is a web server that can export arbitary command line tools to a web based terminal emulator WWW: http://code.google.com/p/shellinabox/ PR: ports/148211 Submitted by: Olivier Cochard-Labbe <olivier at cochard.me> Feature safe: yes Revision Changes Path 1.2644 +1 -0 ports/www/Makefile 1.1 +51 -0 ports/www/shellinabox/Makefile (new) 1.1 +3 -0 ports/www/shellinabox/distinfo (new) 1.1 +12 -0 ports/www/shellinabox/files/patch-ssl.in (new) 1.1 +12 -0 ports/www/shellinabox/files/pkg-deinstall.in (new) 1.1 +56 -0 ports/www/shellinabox/files/shellinaboxd.in (new) 1.1 +4 -0 ports/www/shellinabox/pkg-descr (new) 1.1 +5 -0 ports/www/shellinabox/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed New port added, with minor changes. Thanks! |