Configuration Information [Automatically generated, do not change]:
Machine: i486
OS: gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i486'
-DCONF_OSTYPE='gnu' -DCONF_MACHTYPE='i486-pc-gnu' -DCONF_VENDOR='pc'
-DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash' -DSHELL -DHAVE
Hello!
On Tue, Oct 06, 2009 at 08:16:03AM -0400, Greg Wooledge wrote:
> On Tue, Oct 06, 2009 at 03:25:31AM -0400, Mike Frysinger wrote:
> > i imagine Chet takes patches
>
> When I sent a patch to make the manual more human-friendly (replacing
> for example ! with $! so that people can search for
tschwi...@gnu.org wrote:
> Configuration Information [Automatically generated, do not change]:
> Machine: i486
> OS: gnu
> Compiler: gcc
> Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i486'
> -DCONF_OSTYPE='gnu' -DCONF_MACHTYPE='i486-pc-gnu' -DCONF_VENDOR='pc'
> -DLOCALEDIR='/usr/share/
Configuration Information [Automatically generated, do not change]:
Machine: i686
OS: linux-gnu
Compiler: i686-pc-linux-gnu-gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu'
-DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/loca
I have a file with a list of programs with comments describing what they do,
e.g.
unison # file syncronisation
grass # gis program
I have a script, which I run as root and includes the command:
m...@me:~$ aptitude install $(cat programs) -y
where 'programs' is the file with the list of program
On Wed, 7 Oct 2009, Tamlyn1978 wrote:
> I have a file with a list of programs with comments describing what they do,
> e.g.
>
> unison # file syncronisation
> grass # gis program
>
> I have a script, which I run as root and includes the command:
>
> m...@me:~$ aptitude install $(cat programs) -
On Wed, 7 Oct 2009, Lyall Pearce wrote:
>
> Configuration Information [Automatically generated, do not change]:
> Machine: i686
> OS: linux-gnu
> Compiler: i686-pc-linux-gnu-gcc
> Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686'
> -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-lin