>> Sure. As I wrote, I also use some. (I think you'd be hard pressed >> to find the package manager I use on the web these days. I've >> adopted it, added some mods of my own--it's only a 1,097 line bash >> script. ;-) Of course, that's part of WHY I like it--it is only a >> bash script--I could bash it about a little.)
>Is it by any chance the Guarded Installation Tool made by Ingo Brueckl? > http://www.linuxfromscratch.org/hints/downloads/files/pm_with_git.txt Yes, it is, or was. Linus pretty much owns "git" nowadays! ;-) [16:40 ~]$ head -n 24 /usr/local/sbin/pio #!/bin/bash # Package Installation Observer, pio #PGR was here for minor config changes #PGR SUBVER=16a: added restore command, added a deliberate delay #PGR SUBVER=16b: changed "files" function to include "touched" files in # lists and backups. Important! #PGR SUBVER=16c: added --color to ls, shortened backup file extension #PGR SUBVER=16d: find wants -maxdepth before -type (some versions) #PGR SUBVER=16e: reorganized configuration section for easier bootstrapping #PGR SUBVER=16f: functionalized restore code, added "check" command #PGR SUBVER=17: re-identified, changed hyphenated commands #PGR SUBVER=17a: tar: ignore zero-blocks, don't pass tar "/" #PGR SUBVER=17b: in write_script, sort used an obsolete POSIX syntax #PGR SUBVER=17c: find syntax for -perm changed #PGR SUBVER=17d: added /srv to WATCHed DIRectorieS # # Once upon a time there was git, the Guarded Installation Tool, by Ingo # Brueckl ([email protected]) 14.11.1996, modified: 09.10.2004. I # found it useful for LFS builds & added a few functions. Then Linus # made a kernel development management tool he chose to call git. So I # changed this script to avoid potential confusion. pio is still almost # entirely Ingo's git. Some functionality has been changed. That's my # responsibility. # -- Paul Rogers [email protected] Rogers' Second Law: "Everything you do communicates." (I do not personally endorse any additions after this line. TANSTAAFL :-) -- http://www.fastmail.com - Email service worth paying for. Try it for free -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
