diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-29 02:29:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-29 02:29:31 +0000 |
commit | 2afbeab87a938db473bb475eb323fd06cc195f60 (patch) | |
tree | 3970b63db00741269b285964a870efcb622f29a9 | |
parent | d2e100396b6ad5cbb3ab51204e806736033bdc63 (diff) |
- Rewrap to fit on 80 columns console
Approved by: anholt (x11 hat)
Notes
Notes:
svn path=/head/; revision=125412
-rw-r--r-- | x11-servers/xorg-server-snap/Makefile | 4 | ||||
-rw-r--r-- | x11-servers/xorg-server/Makefile | 4 | ||||
-rw-r--r-- | x11/xorg-clients/Makefile | 5 |
3 files changed, 7 insertions, 6 deletions
diff --git a/x11-servers/xorg-server-snap/Makefile b/x11-servers/xorg-server-snap/Makefile index cf6cfb301ca3..22568e1f09fd 100644 --- a/x11-servers/xorg-server-snap/Makefile +++ b/x11-servers/xorg-server-snap/Makefile @@ -141,8 +141,8 @@ pre-everything:: @${ECHO_MSG} "By default, the X Server installs as a set-user-id root binary. When run by" @${ECHO_MSG} "a normal user, it checks arguments and environment as done in the x11/wrapper" @${ECHO_MSG} "port before handling them normally. If you are concerned about the security" - @${ECHO_MSG} "of this, but still want to run an X Server (for example using xdm/kdm/gdm, which" - @${ECHO_MSG} "will still run the server as root), you can cancel the build and set" + @${ECHO_MSG} "of this, but still want to run an X Server (for example using xdm/kdm/gdm," + @${ECHO_MSG} "which will still run the server as root), you can cancel the build and set" @${ECHO_MSG} "NO_SUID_XSERVER=YES in /etc/make.conf." SCRIPTS_ENV+= SUID_XSERVER=YES diff --git a/x11-servers/xorg-server/Makefile b/x11-servers/xorg-server/Makefile index cf6cfb301ca3..22568e1f09fd 100644 --- a/x11-servers/xorg-server/Makefile +++ b/x11-servers/xorg-server/Makefile @@ -141,8 +141,8 @@ pre-everything:: @${ECHO_MSG} "By default, the X Server installs as a set-user-id root binary. When run by" @${ECHO_MSG} "a normal user, it checks arguments and environment as done in the x11/wrapper" @${ECHO_MSG} "port before handling them normally. If you are concerned about the security" - @${ECHO_MSG} "of this, but still want to run an X Server (for example using xdm/kdm/gdm, which" - @${ECHO_MSG} "will still run the server as root), you can cancel the build and set" + @${ECHO_MSG} "of this, but still want to run an X Server (for example using xdm/kdm/gdm," + @${ECHO_MSG} "which will still run the server as root), you can cancel the build and set" @${ECHO_MSG} "NO_SUID_XSERVER=YES in /etc/make.conf." SCRIPTS_ENV+= SUID_XSERVER=YES diff --git a/x11/xorg-clients/Makefile b/x11/xorg-clients/Makefile index 83a0d933bc04..7ebeac4aedac 100644 --- a/x11/xorg-clients/Makefile +++ b/x11/xorg-clients/Makefile @@ -35,8 +35,9 @@ XDMCONFSCRIPTS= GiveConsole TakeConsole Xsession Xsetup_0 Xwilling .if !defined(WITH_SETUID_LUIT) pre-everything:: - @${ECHO_MSG} "If you want to use xterm with locales in a secure manner, luit must be installed" - @${ECHO_MSG} "setuid. If you want to do this, hit Ctrl-C now and use \"make WITH_SETUID_LUIT=yes\"" + @${ECHO_MSG} "If you want to use xterm with locales in a secure manner, luit must be" + @${ECHO_MSG} "installed setuid. If you want to do this, hit Ctrl-C now and use" + @${ECHO_MSG} "\"make WITH_SETUID_LUIT=yes\"" .endif post-install: |