Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Feb 1996 18:11:09 -0800
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        Brandon Gillespie <brandon@tombstone.sunrem.com>
Cc:        hackers@freebsd.org
Subject:   Re: pkg_create 
Message-ID:  <4672.825559869@time.cdrom.com>
In-Reply-To: Your message of "Wed, 28 Feb 1996 17:46:43 MST." <Pine.BSF.3.91.960228174418.6188C-100000@tombstone.sunrem.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> with it.  For instance, where do you get a packing list from?  I could 
> probably hack up my own package by hand, just by diddling with an 

pkg_create -c "-This is the blah package" \
           -d "-Yes, it really is the blah package.  Blah blah blah." \
           -f - blah_pkg.tgz
@cwd /usr/local
bin/blah
lib/blah.a
man/man1/blah.1.gz
includes/blah.h
^D

That's kind of the quick synopsys of a packing list (entered on STDIN)
for your typical /usr/local denizen.

					Jordan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4672.825559869>