irrdnet / irrd-legacy

the Internet Routing Registry daemon
http://irrd.net/
Other
36 stars 26 forks source link

"make install" fails for non-root #45

Closed ssinyagin closed 2 years ago

ssinyagin commented 7 years ago

programs/irr_notify/Makefile has a hardcoded owner and group in install target: -o root -g bin.

So, a non-root user has to modify the Makefile to make the installation complete. In our environment, root user is not allowed by IT, and I believe it's quite common in many places.

So, the installuser should be defined within "configure" script.

job commented 7 years ago

Pull request is welcome

ssinyagin commented 7 years ago

I'll make one as soon as #44 is resolved. Also I'll make an update on .gitignore, as there are many files that git shows in 'git status' after compiling.