Lines Matching +full:sub +full:- +full:spaces
1 #!/bin/sh -
31 if [ -r /etc/defaults/periodic.conf ]
45 IFS=$'\n' # Don't split mount points with spaces or tabs
46 MP=`mount -t ufs,zfs | awk '
48 sub(/^.* on \//, "/");
49 sub(/ \(.*\)/, "");
52 find -sx $MP /dev/null \( ! -fstype local \) -prune -o -type f \
53 \( -perm -u+x -or -perm -g+x -or -perm -o+x \) \
54 \( -perm -u+s -or -perm -g+s \) -exec ls -lid -D "%FT%T" \{\} \+ |
55 check_diff setuid - "${host} setuid diffs:"