mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Better Xlist command line.
This commit is contained in:
parent
21e764df0c
commit
d49dad04cb
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@
|
|||
|
||||
3) Remove trash:
|
||||
|
||||
$ tail +2 /usr/src/crypto/openssh/FREEBSD-Xlist |
|
||||
while read glob ; do eval "rm -rvf $glob" ; done
|
||||
$ sh -c 'while read glob ; do rm -rvf $glob ; done' \
|
||||
</usr/src/crypto/openssh/FREEBSD-Xlist
|
||||
|
||||
Make sure that took care of everything, and if it didn't, make sure
|
||||
to update FREEBSD-Xlist so you won't miss it the next time. A good
|
||||
|
|
|
|||
Loading…
Reference in a new issue