History log of /haiku/src/bin/findpaths.cpp
Revision Date Author Comments
# 6262ccbb 18-Aug-2016 Adrien Destugues <pulkomandy@pulkomandy.tk>

Fix use of findpaths from inside chroot

The package kit needs to provide the package daemon with the node_ref of
the root directory, so the package daemon gives the correct results when
the request comes from inside a chroot.

Moreover, the package kit must be able to handle a root with a system
but no home package dir, as is the case inside the chroot environment
created by haikuporter.

Fixes #12602.


# 6cf0a864 20-Apr-2014 Ingo Weinhold <ingo_weinhold@gmx.de>

findpaths: Add missing --list long option


# 5760191f 04-Dec-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

findpaths: Add option -R/--reverse

It causes the paths to be printed in reverse order.


# 71627301 04-Dec-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

findpaths: Fix subpath support

Due to an incorrect a specified subpath would be ignored.


# 0122bbf0 21-Nov-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

findpaths: Add '-r' option

It allows finding a path for a resolvable expression.


# 22e92014 18-Nov-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

s/B_FIND_PATH_IMAGE_PACKAGE_PATH/B_FIND_PATH_PACKAGE_PATH/

It doesn't only work for image files, so make the name more general.


# 2c2f3ab4 16-Nov-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

findpaths: Add an -a <architecture> option


# 24394a9d 05-Nov-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Add findpaths command line tool

It provides the new find_path*() functionality to the shell.


# 6cf0a8649954c500d103a0bd68e387ab5fce23f1 20-Apr-2014 Ingo Weinhold <ingo_weinhold@gmx.de>

findpaths: Add missing --list long option


# 5760191f1f2fb311811e84205f340a7b7aedaee5 04-Dec-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

findpaths: Add option -R/--reverse

It causes the paths to be printed in reverse order.


# 716273012886ab13e7443dba0d2cedbc5ac223ee 04-Dec-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

findpaths: Fix subpath support

Due to an incorrect a specified subpath would be ignored.


# 0122bbf08b6b019a152c73d2fd8d7a7e1042cd69 21-Nov-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

findpaths: Add '-r' option

It allows finding a path for a resolvable expression.


# 22e92014f0dd38c0b621a94af3453a9e15b95609 18-Nov-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

s/B_FIND_PATH_IMAGE_PACKAGE_PATH/B_FIND_PATH_PACKAGE_PATH/

It doesn't only work for image files, so make the name more general.


# 2c2f3ab4e1b8dd6b043cb571384c25746b53e4a4 16-Nov-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

findpaths: Add an -a <architecture> option


# 24394a9d1182604ec1255d1f7051e0d1f3a884a9 05-Nov-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Add findpaths command line tool

It provides the new find_path*() functionality to the shell.