Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!samsung!aplcen!haven!mimsy!jds From: jds@mimsy.umd.edu (James da Silva) Newsgroups: comp.os.minix Subject: Where to put shell scripts (was Re: 1.5.0 svclog shell script) Message-ID: <21857@mimsy.umd.edu> Date: 16 Jan 90 17:29:31 GMT References: <1165@crash.cts.com> Reply-To: jds@cs.umd.edu (James da Silva) Organization: University of Maryland, Department of Computer Science Lines: 19 In article <1165@crash.cts.com> cwr@pnet01.cts.com (Will Rose) writes: >I wish Minix had a place in its directory structure for shell scripts - they >always get missed in postings, and cause a disproportionate amount of trouble. Rather than putting shell scripts in their own directory, how about keeping around a `source' version of the script, just like we do for C programs? For example, the `source' to svclog would be `svclog.sh' in the same directory as the other SVC sources, and the install target of the makefile would have: cp svclog.sh $(BIN)/svclog; chmod +x $(BIN)/svclog or somesuch. Jaime ........................................................................... : domain: jds@cs.umd.edu James da Silva : path: uunet!mimsy!jds