Displaying 11 results from an estimated 11 matches for "_eof".
Did you mean:
_eof_
2004 Apr 30
0
buildpkg.sh enhancements
...OST_MAKE_INSTALL_FIXES}
+
cd $FAKE_ROOT
## Ok, this is outright wrong, but it will work. I'm tired of pkgmk
@@ -175,12 +208,35 @@
CATEGORY="Security,application"
BASEDIR=/
CLASSES="none"
+PSTAMP="${UNAME_S} ${OS_VER} ${ARCH} `date '+%d%b%Y %H:%M'`"
+_EOF
+
+## Build empty depend file that may get updated by $POST_PROTOTYPE_EDITS
+echo "Building depend file..."
+touch depend
+
+## Build space file
+echo "Building space file..."
+cat > space << _EOF
+# extra space required by start/stop links added by installf in postinst...
2006 Jul 08
2
building the logcheck package from SVN
apt-get install svn-buildpackage
cat <<_eof >> ~/.svn-buildpackage.conf
svn-lintian
svn-linda
svn-move
_eof
mkdir logcheck; cd logcheck
svn co svn+ssh://svn.debian.org/svn/logcheck/logcheck/trunk
cd trunk
svn-buildpackage -k<your key ID> -rfakeroot
man svn-buildpackage for more. Nice, huh?
--
.''`. martin f. kraf...
2002 Feb 28
4
Update to solaris package creation
Can someone else from the Solaris realm that uses our package system
verify that this should be done? It looks right, but I want
another opinion before commiting.
- Ben
> On Wed, 27 Feb 2002, Antonio Navarro wrote:
>
>> Hi Ben,
>>
>> I have made some modifications to the buildpkg.sh script that is
>> distributed with openssh.
>>
>> I am sending it to
2020 May 23
6
[Bug 3169] New: sshd listens to port 22 AND whatever port is specified in or after Include(s)
https://bugzilla.mindrot.org/show_bug.cgi?id=3169
Bug ID: 3169
Summary: sshd listens to port 22 AND whatever port is specified
in or after Include(s)
Product: Portable OpenSSH
Version: 8.2p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
2004 Aug 06
4
REQ: Parent Id
Before the official release of icecast2 1.0 (non beta) i would like to see
pid file management,
ive discussed this before on how to capture the pid, but ended up with alot
of bash rigamaroo that mounted to even more
headaches.
omething in the config file like
<pid>/path/to/icecast.pid</pid>
I would be willing to donate some bandwidth to xiph, to aleaviate this issue
that causes sever
2004 Aug 06
4
REQ: Parent Id
...ph Moench-Tegeder
> # and Michael Erdely (from tech@openbsd.org)
> #
> _pidof()
> {
> ps -acxo pid,ppid,command | \
> awk "\$3==\"$1\" && \$2==\"1\" {print \$1}"
> }
>
> if [ $# -ne 1 ] ; then
> cat << _EOF
> Usage: $0 <daemon_name>
>
> $0 displays the PID of a process,
> if its parent PID is 1.
>
> $0 exits with the return code 0
> if there is a PID to report,
> otherwise the return code is 1.
> _EOF
> exit 0
> fi
>
> _PID="`_pidof $1`"
&...
2004 Aug 06
0
REQ: Parent Id
...--- snip ---
#!/bin/sh
# pidof() code by Christoph Moench-Tegeder
# and Michael Erdely (from tech@openbsd.org)
#
_pidof()
{
ps -acxo pid,ppid,command | \
awk "\$3==\"$1\" && \$2==\"1\" {print \$1}"
}
if [ $# -ne 1 ] ; then
cat << _EOF
Usage: $0 <daemon_name>
$0 displays the PID of a process,
if its parent PID is 1.
$0 exits with the return code 0
if there is a PID to report,
otherwise the return code is 1.
_EOF
exit 0
fi
_PID="`_pidof $1`"
test ${_PID} && echo "${_PID}" || exit 1
exit...
2020 Feb 18
11
[Bug 3122] New: New Include functionality does not work as documented
https://bugzilla.mindrot.org/show_bug.cgi?id=3122
Bug ID: 3122
Summary: New Include functionality does not work as documented
Product: Portable OpenSSH
Version: 8.2p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: sshd
Assignee: unassigned-bugs
2004 Aug 06
0
REQ: Parent Id
...from tech@openbsd.org)
> > #
> > _pidof()
> > {
> > ps -acxo pid,ppid,command | \
> > awk "\$3==\"$1\" && \$2==\"1\" {print \$1}"
> > }
> >
> > if [ $# -ne 1 ] ; then
> > cat << _EOF
> > Usage: $0 <daemon_name>
> >
> > $0 displays the PID of a process,
> > if its parent PID is 1.
> >
> > $0 exits with the return code 0
> > if there is a PID to report,
> > otherwise the return code is 1.
> > _EOF
> > exit...
1997 Oct 23
1
NT domain logon questions
Hi. Myself and a anti-Micro$oft companion tried to get
NT domain logons working yesterday and seem pretty close, but
not quite.
Samba is 1.9.18alpha3, server is an Ultra-2 running SunOS 5.5.1.
Encrypted passwords seem to be working, a la smbclient and mostly
from NT, "mostly" because it *seemed* to be working but we did
have some problems with home directories in smbpasswd changing
2014 Dec 12
0
Wine release 1.7.33
...: Block creation of unsupported face types.
regsvr32: Update program version.
dwrite_2.idl: Protect from D3DCOLORVALUE redefinition.
Piotr Caban (6):
msvcrt: Call CreateProcess with CREATE_UNICODE_ENVIRONMENT flag in exec functions family.
msvcrt: Use fd critical section in _eof.
msvcrt: Use fd critical section in _locking.
msvcrt: Use fd critical section in _lseeki64.
msvcrt: Use fd critical section in _chsize_s.
msvcrt: Use fd critical section in _fstat64.
Qian Hong (1):
usp10: Make sure fallbackFont is NULL terminated.
Sebastian Lackner (...