gaenserich / hostsblock

an ad- and malware-blocking script for Linux
https://github.com/gaenserich/hostsblock
225 stars 28 forks source link

configuration file name #6

Closed Sadi58 closed 10 years ago

Sadi58 commented 10 years ago

While testing the new pre-alpha version, got this error: "Configuration file /etc/hostsblock/hostsblock.conf NOT FOUND, using defaults." It seems the file "rc.conf" should be renamed as "hostsblock.conf"

gaenserich commented 10 years ago

Finished! See the repository for the new hostsblock.conf file, complete with annotations for new options.

Sadi58 commented 9 years ago

I wonder if the file rc.conf should still remain here though :)

gaenserich commented 9 years ago

Should remain in the repository or should remain in use instead of hostsblock.conf? Am 24.04.2015 10:05 schrieb "Sadi Yumuşak" notifications@github.com:

I wonder if the file rc.conf should still remain here though :)

— Reply to this email directly or view it on GitHub https://github.com/gaenserich/hostsblock/issues/6#issuecomment-95943703.

Sadi58 commented 9 years ago

I thought rc.confshould no longer remain in the repository as it has been replaced with hostsblock.conf if I don't miss something.

gaenserich commented 9 years ago

A maintainer more familiar with git would have relocated the old rc.conf to a legacy branch. :-/ Am 25.04.2015 03:52 schrieb "Sadi Yumuşak" notifications@github.com:

I thought rc.confshould no longer remain in the repository as it has been replaced with hostsblock.conf if I don't miss something.

— Reply to this email directly or view it on GitHub https://github.com/gaenserich/hostsblock/issues/6#issuecomment-96146829.

pickfire commented 9 years ago

There isn't a legacy branch, just master and another branch. To add a legacy branch just git branch legacy XXXXXX where XXXXXX is the abbrev-commit of the old commit. Then, git checkout legacy to work on the legacy to work on it.