Update 2023-03-06 08:14 OpenBSD/amd64
This commit is contained in:
@@ -8,7 +8,7 @@ _ports=$(echo "SELECT PkgPath from Paths;" \
|
||||
| sqlite3 /usr/local/share/sqlports \
|
||||
| sort -u)
|
||||
|
||||
_list=$(find /usr/ports/mystuff/*/* /usr/src/*/* /usr/xenocara/*/* -type d -maxdepth 0)
|
||||
_list=$(find /usr/ports/mystuff/*/* /usr/src/*/* /usr/xenocara/*/* /usr/src /usr/xenocara /usr/ports -type d -maxdepth 0)
|
||||
|
||||
echo "$_ports" "$_list" "/usr/src" "/usr/ports" "/usr/www" "/usr/xenocara" \
|
||||
| grep -v "/CVS" \
|
||||
|
||||
Reference in New Issue
Block a user