diff options
Diffstat (limited to 'hints')
-rw-r--r-- | hints/linux.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/linux.sh b/hints/linux.sh index afec2fa723..86b0241c99 100644 --- a/hints/linux.sh +++ b/hints/linux.sh @@ -15,6 +15,10 @@ # Updated Fri Jun 21 11:07:54 EDT 1996 # NDBM support for ELF renabled by <kjahds@kjahds.com> +# No version of Linux supports setuid scripts. +d_suidsafe='undef' +d_dosuid='define' + # perl goes into the /usr tree. See the Filesystem Standard # available via anonymous FTP at tsx-11.mit.edu in # /pub/linux/docs/linux-standards/fsstnd. |