4cba1243fb
doesn't crash on common configuration. Fixes PR 24982 by Gary Duzan. Also, silently try to delete the configuration directory not to wipe the user's configuration when updating the package. Finally, mark this package as NetBSD and SunOS only, since it will fail on other platforms by lack of default configuration. Bump PKGREVISION.
81 lines
1.3 KiB
Bash
81 lines
1.3 KiB
Bash
#!/bin/sh
|
|
#
|
|
# $NetBSD: config.NetBSD.sh,v 1.4 2004/04/07 13:56:43 cube Exp $
|
|
#
|
|
# config.sh
|
|
# This file was produced by running the Configure script
|
|
# (and manually bashed on by tv@netbsd.org)
|
|
|
|
n='-n'
|
|
c=''
|
|
libc='/usr/lib/libc.a'
|
|
eunicefix=':'
|
|
eunice='undef'
|
|
cpp='/usr/bin/cpp'
|
|
shsharp='true'
|
|
startsh='#!/bin/sh'
|
|
spitshell='cat'
|
|
test='test'
|
|
expr='expr'
|
|
sed='sed'
|
|
echo='echo'
|
|
cat='cat'
|
|
rm='rm'
|
|
cp='cp'
|
|
tr='tr'
|
|
mkdir='mkdir'
|
|
inews='inews'
|
|
grep='grep'
|
|
chmod='chmod'
|
|
awk='awk'
|
|
egrep='/usr/bin/egrep'
|
|
nidump='/bin/cat'
|
|
ypmatch='/bin/cat'
|
|
jobslib=''
|
|
contains='grep'
|
|
lib='@PREFIX@/etc'
|
|
libexp='@PREFIX@/etc'
|
|
nametype='bsd'
|
|
cc='cc'
|
|
iandd=''
|
|
include=''
|
|
socketlib=''
|
|
posix=''
|
|
nonetdb='undef'
|
|
internet=''
|
|
filexp=''
|
|
dotdir='define'
|
|
strncasecmp='define'
|
|
strcasecmp='define'
|
|
seteuid='define'
|
|
sitename=''
|
|
hostfile='@PKGSYSCONFDIR@/domainname'
|
|
domain=''
|
|
isadmin='undef'
|
|
newsadmin='root'
|
|
novoid='undef'
|
|
mansrc='@PREFIX@/man/man1'
|
|
manext='1'
|
|
rootid='0'
|
|
strchr='define'
|
|
memcpy='define'
|
|
sunos4='undef'
|
|
solaris='undef'
|
|
portable='define'
|
|
passnam='define'
|
|
berknam='define'
|
|
usgnam='undef'
|
|
whoami='undef'
|
|
getpwent='define'
|
|
gethostname='undef'
|
|
douname='undef'
|
|
phostname='undef'
|
|
hostcmd=''
|
|
serverfile='@PKGSYSCONFDIR@/server'
|
|
auth='define'
|
|
authsimple='define'
|
|
authold='define'
|
|
passfile='@PKGSYSCONFDIR@/server.auth'
|
|
decnet='undef'
|
|
datakit='undef'
|
|
CONFIG=true
|