Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Oct 2019 19:27:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 238560] sysutils/google-compute-engine-oslogin: fix OSLogin
Message-ID:  <bug-238560-7788-6Y4qXcZmJW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238560-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238560-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238560

--- Comment #3 from Peter <fbsdq@peterk.org> ---
Also,
 FreeBSD sed needs a space after -i in 'google_oslogin_control'

's/sed -i/sed -i /g'

example:
crook:$ sed -i"" 's/z/aaa/g' /tmp/letter.sh=20
sed: 1: "/tmp/letter.sh": extra characters at the end of l command
crook:$=20
crook:$ sed -i "" 's/z/aaa/g' /tmp/letter.sh
crook:$

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238560-7788-6Y4qXcZmJW>