View | Details | Raw Unified | Return to bug 235122
Collapse All | Expand All

(-)rc.subr 2019-01-22 10:45:44.565899000 +0100 (-1 / +3 lines)
Lines 1073-1079 Link Here
1073
                       fi
1073
                       fi
1074
1074
1075
                                       # Prepend default limits
1075
                                       # Prepend default limits
1076
                       _doit="$_cd limits -C $_login_class $_doit"
1076
                       if [ `/usr/bin/id -u` -eq 0 ]; then
1077
                               _doit="$_cd limits -C $_login_class $_doit"
1078
                       fi
1077
1079
1078
                                       # run the full command
1080
                                       # run the full command
1079
                                       #
1081
                                       #

Return to bug 235122