git: rmuser(8): Use getopts for commandline options

2018-06-26 Thread Aaron LI


commit 15a59a19915f78e28400dfa6e8c5b900e91b84c6
Author: Aaron LI 
Date:   Wed Jun 27 12:59:19 2018 +0800

rmuser(8): Use getopts for commandline options

Improve the option logic a bit and fix whitespaces.

Summary of changes:
 usr.sbin/adduser/rmuser.sh | 96 +++---
 1 file changed, 48 insertions(+), 48 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/15a59a19915f78e28400dfa6e8c5b900e91b84c6


-- 
DragonFly BSD source repository


git: Update the pciconf(8) database.

2018-06-26 Thread Sascha Wildner


commit 43ad5fed8f9c35eb1e7ddc73f655efb7d1ec9a14
Author: Sascha Wildner 
Date:   Tue Jun 26 20:24:19 2018 +0200

Update the pciconf(8) database.

June 25, 2018 snapshot from https://pci-ids.ucw.cz

Summary of changes:
 share/misc/pci_vendors | 259 ++---
 1 file changed, 205 insertions(+), 54 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/43ad5fed8f9c35eb1e7ddc73f655efb7d1ec9a14


-- 
DragonFly BSD source repository


git: Makefile_upgrade.inc: Sort initrd stuff a bit and add a forgotten file.

2018-06-26 Thread Sascha Wildner


commit 0cb31bb97312946f753df18e012c84c214ee36af
Author: Sascha Wildner 
Date:   Tue Jun 26 20:22:36 2018 +0200

Makefile_upgrade.inc: Sort initrd stuff a bit and add a forgotten file.

Summary of changes:
 Makefile_upgrade.inc | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0cb31bb97312946f753df18e012c84c214ee36af


-- 
DragonFly BSD source repository


git: DragonFly_RELEASE_5_2 updatedb(8): Be simple and search from "/" by default

2018-06-26 Thread Aaron LI


commit 17021bff834e61e12a47c5bc3b0ea0ff86c8a518
Author: Aaron LI 
Date:   Tue Jun 26 19:38:17 2018 +0800

updatedb(8): Be simple and search from "/" by default

This reverts the behavior change made in commit
6877ea2d2f7caf9b13202f2524abf3b3cf815b45.

That change causes HAMMER PFSes being ignored from indexing, because the
PFSes, which are null-mounted though, behave like different devices and
thus are ignored by "find -x" (the "-x" option prevents find entering
directories with a different device number).

Workaround or properly deal with the PFSes would be too complex, which I
don't think it's a good idea,  therefore revert to the original behavior.

If one person really wants to ignore the root filesystem but have other
directories indexed, he/she should know to configure the search paths.

Meanwhile, tweak comments and fix whitespaces.

Summary of changes:
 usr.bin/locate/locate/locate.rc   | 24 +++-
 usr.bin/locate/locate/updatedb.sh | 22 +-
 2 files changed, 20 insertions(+), 26 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/17021bff834e61e12a47c5bc3b0ea0ff86c8a518


-- 
DragonFly BSD source repository


git: updatedb(8): Be simple and search from "/" by default

2018-06-26 Thread Aaron LI


commit c87dd5363ddd4897d352e9d226c8df16e62f7f04
Author: Aaron LI 
Date:   Tue Jun 26 19:38:17 2018 +0800

updatedb(8): Be simple and search from "/" by default

This reverts the behavior change made in commit
6877ea2d2f7caf9b13202f2524abf3b3cf815b45.

That change causes HAMMER PFSes being ignored from indexing, because the
PFSes, which are null-mounted though, behave like different devices and
thus are ignored by "find -x" (the "-x" option prevents find entering
directories with a different device number).

Workaround or properly deal with the PFSes would be too complex, which I
don't think it's a good idea,  therefore revert to the original behavior.

If one person really wants to ignore the root filesystem but have other
directories indexed, he/she should know to configure the search paths.

Meanwhile, tweak comments and fix whitespaces.

Summary of changes:
 usr.bin/locate/locate/locate.rc   | 24 +++-
 usr.bin/locate/locate/updatedb.sh | 22 +-
 2 files changed, 20 insertions(+), 26 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c87dd5363ddd4897d352e9d226c8df16e62f7f04


-- 
DragonFly BSD source repository