svn commit: r230653 - in stable/9: lib/libopie
share/examples/diskless share/examples/ppp share/examples/printing
tools/tools/nanobsd/pcengines/Files/root usr.sbin/pkg_install/add
Eitan Adler
eadler at FreeBSD.org
Sat Jan 28 19:48:45 UTC 2012
Author: eadler
Date: Sat Jan 28 19:48:44 2012
New Revision: 230653
URL: http://svn.freebsd.org/changeset/base/230653
Log:
MFC r229831:
- X11BASE has been deprecated for a long time and will die soon
Approved by: cperciva
Modified:
stable/9/lib/libopie/config.h
stable/9/share/examples/diskless/README.TEMPLATING
stable/9/share/examples/ppp/ppp.linkdown.sample
stable/9/share/examples/printing/hpvf
stable/9/tools/tools/nanobsd/pcengines/Files/root/.cshrc
stable/9/usr.sbin/pkg_install/add/main.c
Directory Properties:
stable/9/lib/libopie/ (props changed)
stable/9/share/ (props changed)
stable/9/share/examples/ (props changed)
stable/9/tools/tools/nanobsd/ (props changed)
stable/9/usr.sbin/pkg_install/ (props changed)
Modified: stable/9/lib/libopie/config.h
==============================================================================
--- stable/9/lib/libopie/config.h Sat Jan 28 19:33:32 2012 (r230652)
+++ stable/9/lib/libopie/config.h Sat Jan 28 19:48:44 2012 (r230653)
@@ -54,7 +54,7 @@
/* #undef DOANONYMOUS */
/* The default value of the PATH environment variable */
-#define DEFAULT_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin"
+#define DEFAULT_PATH "/usr/bin:/bin:/usr/sbin:/sbin"
/* Defined if the file /etc/default/login exists
(and, presumably, should be looked at by login) */
Modified: stable/9/share/examples/diskless/README.TEMPLATING
==============================================================================
--- stable/9/share/examples/diskless/README.TEMPLATING Sat Jan 28 19:33:32 2012 (r230652)
+++ stable/9/share/examples/diskless/README.TEMPLATING Sat Jan 28 19:48:44 2012 (r230653)
@@ -94,8 +94,8 @@ be useful to set up clients and server f
/usr/ports ( note 5 )
/usr/src ( note 5 )
/usr/local/crack ( note 5 )
- /usr/X11R6/lib/X11/xdm/xdm-errors ( note 6 )
- /usr/X11R6/lib/X11/xdm/xdm-pid ( note 6 )
+ /usr/local/lib/X11/xdm/xdm-errors ( note 6 )
+ /usr/local/lib/X11/xdm/xdm-pid ( note 6 )
/usr/local/etc/ssh_host_key ( note 6 )
/usr/local/etc/ssh_host_key.pub ( note 6 )
/usr/local/etc/ssh_random_seed ( note 6 )
@@ -120,7 +120,7 @@ be useful to set up clients and server f
do not want to template such directories.
note 6: Note that you can solve the problem of xdm and sshd creating
- files in /usr. With xdm, edit /usr/X11R6/lib/xdm/xdm-config
+ files in /usr. With xdm, edit /usr/local/lib/xdm/xdm-config
and change the errorLogFile and pidFile config lines.
With sshd, add 'HostKey' and 'RandomSeed' directives to specify
Modified: stable/9/share/examples/ppp/ppp.linkdown.sample
==============================================================================
--- stable/9/share/examples/ppp/ppp.linkdown.sample Sat Jan 28 19:33:32 2012 (r230652)
+++ stable/9/share/examples/ppp/ppp.linkdown.sample Sat Jan 28 19:48:44 2012 (r230653)
@@ -23,7 +23,7 @@
# ``auplay'' (assuming NAS is installed and configured).
#
MYADDR:
- !bg /usr/X11R6/bin/auplay /etc/ppp/linkdown.au
+ !bg /usr/local/bin/auplay /etc/ppp/linkdown.au
# If you're running ``ppp -auto -nat dynamic-nat-auto'', and are
# assigned a dynamic IP number by the peer, this may be worth while
Modified: stable/9/share/examples/printing/hpvf
==============================================================================
--- stable/9/share/examples/printing/hpvf Sat Jan 28 19:33:32 2012 (r230652)
+++ stable/9/share/examples/printing/hpvf Sat Jan 28 19:48:44 2012 (r230653)
@@ -1,10 +1,10 @@
#!/bin/sh
#
+# $FreeBSD$
+#
# hpvf - Convert GIF files into HP/PCL, then print
# Installed in /usr/local/libexec/hpvf
-PATH=/usr/X11R6/bin:$PATH; export PATH
-
giftopnm | ppmtopgm | pgmtopbm | pbmtolj -resolution 300 \
&& exit 0 \
|| exit 2
Modified: stable/9/tools/tools/nanobsd/pcengines/Files/root/.cshrc
==============================================================================
--- stable/9/tools/tools/nanobsd/pcengines/Files/root/.cshrc Sat Jan 28 19:33:32 2012 (r230652)
+++ stable/9/tools/tools/nanobsd/pcengines/Files/root/.cshrc Sat Jan 28 19:48:44 2012 (r230653)
@@ -14,7 +14,7 @@ alias ll ls -lA
# A righteous umask
umask 22
-set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin $HOME/bin)
+set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin $HOME/bin)
setenv EDITOR vi
setenv PAGER more
Modified: stable/9/usr.sbin/pkg_install/add/main.c
==============================================================================
--- stable/9/usr.sbin/pkg_install/add/main.c Sat Jan 28 19:33:32 2012 (r230652)
+++ stable/9/usr.sbin/pkg_install/add/main.c Sat Jan 28 19:48:44 2012 (r230653)
@@ -285,7 +285,7 @@ main(int argc, char **argv)
}
/* Make sure the sub-execs we invoke get found */
setenv("PATH",
- "/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin",
+ "/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin",
1);
/* Set a reasonable umask */
More information about the svn-src-stable-9
mailing list