On 2022/12/31 00:08:59 +0100, Pascal Stumpf <pas...@stumpf.co> wrote:
> On Fri, 30 Dec 2022 04:33:06 -0700 (MST), Omar Polo wrote:
> > CVSROOT:    /cvs
> > Module name:        ports
> > Changes by: o...@cvs.openbsd.org    2022/12/30 04:33:06
> > 
> > Modified files:
> >     net/endlessh   : Makefile 
> >     net/endlessh/pkg: PLIST 
> > 
> > Log message:
> > net/endlessh: add missing @newuser
> > 
> > ok tb
> > 
> 
> Still does not work as intended though without a config file.

ooops, I've only tested `endlessh' on localhost and haven't noticed it
bound port 2222 on ipv6!

ok op@

thanks!

> Index: Makefile
> ===================================================================
> RCS file: /home/anoncvs/cvs/ports/net/endlessh/Makefile,v
> retrieving revision 1.2
> diff -u -p -r1.2 Makefile
> --- Makefile  30 Dec 2022 11:33:06 -0000      1.2
> +++ Makefile  30 Dec 2022 23:02:09 -0000
> @@ -6,7 +6,7 @@ GH_COMMIT =   dfe44eb2c5b6fc3c48a39ed826fe
>  
>  V =          1.1pre20210430
>  DISTNAME =   endlessh-$V
> -REVISION =   0
> +REVISION =   1
>  CATEGORIES = net security
>  
>  MAINTAINER = Michael <michi+open...@dataswamp.org>
> Index: pkg/endlessh.rc
> ===================================================================
> RCS file: /home/anoncvs/cvs/ports/net/endlessh/pkg/endlessh.rc,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 endlessh.rc
> --- pkg/endlessh.rc   29 Dec 2022 23:41:22 -0000      1.1.1.1
> +++ pkg/endlessh.rc   30 Dec 2022 23:02:23 -0000
> @@ -1,7 +1,7 @@
>  #!/bin/ksh
>  
>  daemon="${LOCALBASE}/bin/endlessh"
> -daemon_flags=-s
> +daemon_flags="-s -4"
>  daemon_user=_endlessh
>  rc_bg=YES
>  
> Index: pkg/endlessh6.rc
> ===================================================================
> RCS file: /home/anoncvs/cvs/ports/net/endlessh/pkg/endlessh6.rc,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 endlessh6.rc
> --- pkg/endlessh6.rc  29 Dec 2022 23:41:22 -0000      1.1.1.1
> +++ pkg/endlessh6.rc  30 Dec 2022 23:02:33 -0000
> @@ -1,7 +1,7 @@
>  #!/bin/ksh
>  
>  daemon="${LOCALBASE}/bin/endlessh"
> -daemon_flags=-s -6
> +daemon_flags="-s -6"
>  daemon_user=_endlessh
>  rc_bg=YES
>  


Reply via email to