diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2010-03-11 09:42:07 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2010-03-11 09:42:07 +0000 |
commit | 08acf5c407242344b0047b8040900f52df620dde (patch) | |
tree | 49936ec28d8b2a4256959f13245d757df97e04bd /emulators/linux_base-c6/files | |
parent | Upgrade to version 2.4.0. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_3_0'.release/7.3.0
Notes
Notes:
svn path=/head/; revision=250901
svn path=/tags/RELEASE_7_3_0/; revision=250902; tag=release/7.3.0
Diffstat (limited to 'emulators/linux_base-c6/files')
-rw-r--r-- | emulators/linux_base-c6/files/lp | 2 | ||||
-rw-r--r-- | emulators/linux_base-c6/files/yp.conf.sample | 15 |
2 files changed, 0 insertions, 17 deletions
diff --git a/emulators/linux_base-c6/files/lp b/emulators/linux_base-c6/files/lp deleted file mode 100644 index d1e0b5509eed..000000000000 --- a/emulators/linux_base-c6/files/lp +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh - -exec /usr/bin/lpr "$@" diff --git a/emulators/linux_base-c6/files/yp.conf.sample b/emulators/linux_base-c6/files/yp.conf.sample deleted file mode 100644 index 64faed4de3fa..000000000000 --- a/emulators/linux_base-c6/files/yp.conf.sample +++ /dev/null @@ -1,15 +0,0 @@ -# sample yp.conf file -# -# Legal entries are: -# -# domainname <domain> Override the default YP domain -# (If not set uses the one from -# the getdomainname() syscall) -# -# ypserver <grape> [<domain>] Define which host to contact -# for YP service. If the <domain> -# argument is included then this -# host service the specified YP -# domain. -#domainname my.domain -#ypserver localhost |