Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Optional /usr merge in Gentoo
Date: Mon, 19 Aug 2013 06:39:19
Message-Id: 5211BCB0.1060106@gmail.com
In Reply to: Re: [gentoo-user] Re: Optional /usr merge in Gentoo by Daniel Campbell
1 On 19/08/2013 05:42, Daniel Campbell wrote:
2 > As a budding programmer I understand that a lot of the functionality
3 > that users take for granted in sysvinit scripts is hacked together and
4 prone to bash upgrades breaking them
5
6
7 sysvinit scripts have ended up where almost every large project that
8 spans many years ends up:
9
10 #!/bin/sh
11
12 # do a standard action here
13 idea.get()
14
15 # do some weird magic hacked user-defined shit here
16 ???
17
18 # do a few more standard things here
19 profit(!)
20
21
22
23
24
25 sysvinit, like X11, needs a massive overhaul and a sprint clean.
26 systemd may or may not be a good replacement
27
28
29 --
30 Alan McKinnon
31 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] Re: Optional /usr merge in Gentoo pk <peterk2@××××××××.se>