index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
pkg_install
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename TMPDIR to PKG_TMPDIR, just to make Jeff happy.. :-)
jkh
1995-02-16
1
-3
/
+3
*
Make pkg_install use /var/tmp instead of /tmp
jkh
1995-02-15
1
-2
/
+2
*
Whoops! How embarassing. Just now noticed that I forget to update the .Os
jkh
1995-01-05
4
-5
/
+5
*
Fix a bad formatting directive.
jkh
1995-01-05
1
-1
/
+1
*
Fix misleading typo in description of @unexec.
jkh
1995-01-05
1
-2
/
+2
*
Added new function show_index() which does a 'smart' display of the index file.
swallace
1995-01-05
3
-5
/
+37
*
More changes from John T. Kohl. Man pages, mostly.
jkh
1994-12-06
5
-382
/
+630
*
Many of John T. Kohl's patches from NetBSD. Thanks, John!
jkh
1994-12-06
23
-176
/
+782
*
Don't create packages with bogus @name lines.
jkh
1994-11-17
1
-2
/
+2
*
Protect against old packages with bogus @name fields. Use basename_of()
jkh
1994-11-17
1
-2
/
+3
*
Add a new basename_of() function.
jkh
1994-11-17
2
-1
/
+15
*
Remove the QUERY_* functions. I don't think they're as good an
jkh
1994-11-17
1
-17
/
+1
*
Sigh. NOW it's ok! :-)
jkh
1994-10-14
1
-2
/
+2
*
Print a better verbose message when creating packages.
jkh
1994-10-14
1
-3
/
+7
*
This should do it - I forgot about pkg_info.
jkh
1994-10-14
2
-7
/
+10
*
Whoops - variable was in wrong scope. Correct.
jkh
1994-10-14
1
-3
/
+2
*
Fix bug in home directory calculation that I introduced with the free space
jkh
1994-10-14
1
-2
/
+2
*
Fix bug in home directory calculation that I introduced with the free space
jkh
1994-10-14
1
-5
/
+9
*
Be optionally verbose about free-space checking. I need this to ascertian
jkh
1994-10-08
1
-1
/
+3
*
Add the ability to verify that a package won't extract in the space
jkh
1994-10-04
4
-13
/
+59
*
My last commit to bsd.port.mk made me think - `pkg_create -p ...' should
jkh
1994-10-04
1
-5
/
+7
*
Don't let pkg_delete remove the recorded location until everything has
jkh
1994-09-29
3
-9
/
+15
*
Delete obsoleted *dist targets.
jkh
1994-09-13
1
-13
/
+0
*
Make this stop trying to go into /usr/local and inherit the settings
jkh
1994-09-13
1
-2
/
+2
*
Allow creation of absolute package names
adam
1994-08-29
2
-9
/
+15
*
Add @srcdir option for customizing creation of packages.
jkh
1994-08-28
4
-4
/
+21
*
Argh! What a boneheaded bug! Finally fix the blank-line-in-packing list
jkh
1994-07-11
1
-2
/
+2
*
Add explanation of -e in usage().
asami
1994-06-01
1
-1
/
+2
*
Close /dev/tty that is opened in y_or_n()...this is called many times
asami
1994-06-01
1
-1
/
+2
*
The environment variable PKG_PREFIX is set to the first @cwd command
asami
1994-05-25
5
-16
/
+46
*
Change Header to Id.
jkh
1994-05-25
1
-1
/
+1
*
Add new find_plist() function.
jkh
1994-05-25
2
-9
/
+9
*
Change in_plist() call to find_plist().
jkh
1994-05-25
1
-2
/
+2
*
Remove find_name(), replace with more generic find_plist() function.
jkh
1994-05-25
1
-16
/
+3
*
Typo (pkg_add => pkg-add).
asami
1994-05-20
1
-1
/
+1
*
Make clear what arguments the "require" script gets.
asami
1994-05-20
1
-2
/
+5
*
Make clear what arguments the "require" package gets (the original didn't
asami
1994-05-20
1
-2
/
+5
*
Add `-h' option to force tar to follow symbolic links
alm
1994-05-19
4
-3
/
+15
*
Whoops, -Y and -N would work better if they were in the getopts string!
jkh
1994-04-16
1
-2
/
+2
*
Make y_or_n() pay attention to AutoAnswer global.
jkh
1994-04-05
3
-6
/
+17
*
Add -N and -Y flags for auto-answer feature.
jkh
1994-04-05
2
-1
/
+17
*
Cleaning house.
jkh
1994-01-06
2
-6
/
+162
*
If require script fails, don't try to delete installed package.
jkh
1993-10-10
1
-3
/
+3
*
Added files necessary for automating packing of distributions.
jkh
1993-10-10
4
-0
/
+26
*
Fix problems with executing from current directory
jkh
1993-10-08
2
-7
/
+7
*
Now works with/without obj directories
nate
1993-09-20
4
-4
/
+8
*
Finally stuck a version number on this thing! :)
jkh
1993-09-19
1
-0
/
+1
*
Added code for doing % sequence expansion, added new @unexec command.
jkh
1993-09-18
3
-5
/
+84
*
Doc new % sequence expansion for command execution.
jkh
1993-09-18
2
-7
/
+52
*
Make sure permissions on registry location are readable by pkg_info.
jkh
1993-09-18
2
-6
/
+10
[next]