View Single Post
  #5   (View Single Post)  
Old 13th November 2010
DNAeon DNAeon is offline
Shell Scout
 
Join Date: Sep 2008
Location: Bulgaria
Posts: 138
Default

Quote:
Originally Posted by vermaden View Post
@DNAeon

Am I doing something wrong here?

Code:
# pkg_add_it -r fluxbox
# pkg_add_it: Error in config_read_file() from config.c at line 179: No such file or directory
Hello mate

pkg_add_it uses a configuration file, which defaults to /usr/local/etc/pkg_add_it.conf.

Please use the -f option to specify the configuration file that you've cloned with the code of the program. This file will be installed by the port, that's why it is not being installed when you compile the program from the repo.

Another thing that I'm working on is to have more user-friendly error messages

The manual pages will be updated probably today as well, so I hope by the end of today I'll be able to submit a PR.

Regards,
__________________
"I never think of the future. It comes soon enough." - A.E

Useful links: FreeBSD Handbook | FreeBSD Developer's Handbook | The Porter's Handbook | PF User's Guide | unix-heaven.org
Reply With Quote