From owner-freebsd-java@FreeBSD.ORG Wed Nov 28 00:01:27 2012 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5FAB3837 for ; Wed, 28 Nov 2012 00:01:27 +0000 (UTC) (envelope-from yerenkow@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1B1848FC0C for ; Wed, 28 Nov 2012 00:01:26 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id 16so14860969obc.13 for ; Tue, 27 Nov 2012 16:01:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=xrIhsZk0pc8EUo995S5xxeYSukMC1ETvNmpaUni83Fs=; b=QLn5l5iNAUCXUbhABeDhrUES5Q4Psf6PPCLnreSd1mejEjZg8Rgyr8XeU+YHX2t2N1 TDrqisnLVee6IKiYFI5ohVLxULIUhvQwtoh79J8yT4wz8tFo/LXVq/Jt7KYZGOknZr1h pdPXwSg31McO0+/wFCHbIhSf0lprd67wPDMGsZT3hxoo2MEFvM+RolOgxLqinWHVS+0d J0clKFSOAym59z1VgyPDKK52dPNcxdprPULone6Ay+AwSRz5+DJnyZXis3Z7ptbhK9ny YmuOKb5PrZHtug9bHPQo9HVogb6nHykrM4AoQsVzFzsMlSsgO72ZvRj+dzktHY4iU4zJ u8YA== MIME-Version: 1.0 Received: by 10.60.31.241 with SMTP id d17mr14460833oei.107.1354060886463; Tue, 27 Nov 2012 16:01:26 -0800 (PST) Received: by 10.60.132.50 with HTTP; Tue, 27 Nov 2012 16:01:26 -0800 (PST) In-Reply-To: <25013236.11.1354055865530.JavaMail.mfournier@Marcs-Mac-Pro.local> References: <25013236.11.1354055865530.JavaMail.mfournier@Marcs-Mac-Pro.local> Date: Wed, 28 Nov 2012 02:01:26 +0200 Message-ID: Subject: Re: jboss7 stand up script ... From: Alexander Yerenkow To: Marc Fournier Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-java@freebsd.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2012 00:01:27 -0000 2012/11/28 Marc Fournier > > How are ppl doing auto-startup? there is no script in /usr/local/etc/rc.d, > and when I run from command line, it spews out a bunch of stuff ... I can > script something up to redirect to logs and whatnot, no problem there, just > find it odd that there is no script in rc.d ... before I re-create the > wheel, has anyone written something for rc.d ... ? > My bad, it was my initial port, without rc script :) You can find rc script in jboss71 port, which will be soon in ports tree ( I guess). http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/173713 > > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > -- Regards, Alexander Yerenkow