diff options
author | pav <pav@FreeBSD.org> | 2004-12-29 10:29:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-29 10:29:31 +0800 |
commit | a5b5dfaa01f94d8b5546c8eef208465d28278219 (patch) | |
tree | 6021f0add2bc0e33616e83cb21e04bb6081ad7ee /x11-servers/xorg-server | |
parent | 31d35dde4f4d97a1ae24661cfb1f9c08d9b84cb3 (diff) | |
download | freebsd-ports-gnome-a5b5dfaa01f94d8b5546c8eef208465d28278219.tar.gz freebsd-ports-gnome-a5b5dfaa01f94d8b5546c8eef208465d28278219.tar.zst freebsd-ports-gnome-a5b5dfaa01f94d8b5546c8eef208465d28278219.zip |
- Rewrap to fit on 80 columns console
Approved by: anholt (x11 hat)
Diffstat (limited to 'x11-servers/xorg-server')
-rw-r--r-- | x11-servers/xorg-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |