summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* oopsed on configure. undid that.epoch2014-07-171-1/+1
|
* added a vanity domain.. err. I mean a domain for an ntp daemon.epoch2014-07-171-1/+1
|
* [configure] fixesd3v112013-04-161-1/+4
|
* this is a commitchisquare2013-04-161-1/+2
|
* See commit b422ead31b077041cb030064008c6cd26ba058d0 for more info.Nick2011-12-131-1/+11
| | | | | | | | | | | | | | | | | | | | | | /NNNC/somerandomnick> Why did you change configure to require bash? /relayhell/d3v11> you didn't see the commit message? /NNNC/somerandomnick> /relayhell/d3v11: not yet /NNNC/somerandomnick> /relayhell/d3v11: I was just looking at the diff. /NNNC/somerandomnick> /relayhell/d3v11: slackware doesn't even have a dash package available, so I'm not sure how pika managed to get himself that error. /relayhell/d3v11> if you want to change it back, go for it. /NNNC/somerandomnick> /relayhell/d3v11: I'd rather not start an edit war with you. /relayhell/d3v11> LOL if you change it back i won't rechange it /relayhell/d3v11> i made an executive decision because it gives a bunch of people shit. /NNNC/somerandomnick> The problem is caused by distributions that give people a bunch of shit. /NNNC/somerandomnick> "a bunch of shit" == sh pointing to a deliberately stripped down dash /relayhell/d3v11> right /NNNC/somerandomnick> sh should point to a useful default shell for users. /relayhell/d3v11> should but it doesn't always /NNNC/somerandomnick> really only in systems with upstart /NNNC/somerandomnick> and bash can do everything dash can do, so it's always safe to fix the distribution /NNNC/somerandomnick> "fix the distribution" == ln -s bash /bin/sh /relayhell/d3v11> if you think the change is problematic, then i welcome you rechanging it. /NNNC/somerandomnick> The change is problematic because it breaks any system that doesn't have bash.
* i changed the she-bang on configure from sh to bash because itd3v112011-12-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | keeps giving people trouble: /CA/pikaj00> ./configure: 132: Bad substitution /CA/pikaj00> root@pikaj00-M-7323U:/services/ircd/resdb# /relayhell/d3v11> use /relayhell/d3v11> bash configure /relayhell/d3v11> did you run that command on slackware? /relayhell/d3v11> ./configure? /CA/pikaj00> sorry /CA/pikaj00> one sec /CA/pikaj00> yes /relayhell/d3v11> LOL /relayhell/d3v11> then the problem is not ubuntu or debian /CA/shuttle> =) /relayhell/d3v11> if slackware has the same problem /CA/pikaj00> bash /CA/shuttle> what do you think pik /CA/pikaj00> worked
* Now ./configure tries to help for peer2anonet --configure-dns :-)Nick2011-11-291-1/+23
|
* added nameserver_autogen for root nameserverNick2011-09-261-1/+23
|
* fixed a bug preventing the previous commit from working rightNick2010-12-051-1/+1
|
* updated configure script to help hide identityNick2010-12-051-1/+31
|
* coded a tinydns datafile generatorNick2010-04-191-2/+34
|
* added configure script (so you don't have to modify gitd itself)Nick2010-04-181-0/+41