Browse Source

Move comment line and spacing.

OPENBSD_6_3
rpe 6 years ago
parent
commit
bcb957754b
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      src/etc/rc

+ 2
- 3
src/etc/rc View File

@ -1,4 +1,4 @@
# $OpenBSD: rc,v 1.517 2017/08/29 16:56:13 rpe Exp $
# $OpenBSD: rc,v 1.518 2017/10/10 19:07:50 rpe Exp $
# System startup script run by init on autoboot or after single-user.
# Output and error are redirected to console by init, and the console is the
@ -162,10 +162,9 @@ reorder_libs() {
[[ $library_aslr == NO ]] && return
# Skip if /usr/lib is on a nfs mounted filesystem.
_dkdev=$(df /usr/lib | sed '1d;s/ .*//')
_mp=$(mount | grep "^$_dkdev")
# Skip if /usr/lib is on a nfs mounted filesystem.
[[ $_mp == *' type nfs '* ]] && return
echo -n 'reordering libraries:'


Loading…
Cancel
Save