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
*
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
*
Fixed broken -t flag; thanks Rich!
jkh
1993-09-14
1
-2
/
+2
*
Whoops - got the exclude flag wrong, try again.
jkh
1993-09-12
1
-4
/
+7
*
Fixed an embarassing bug with @owner, @mode & @group
jkh
1993-09-12
1
-3
/
+3
*
Added and doc'd -X flag to pkg_create that allows you to specify an exclude
jkh
1993-09-12
4
-2
/
+26
*
Rudementary README
jkh
1993-09-08
1
-0
/
+4
*
Added two new options, one of which is fairly far reaching:
jkh
1993-09-08
5
-15
/
+81
*
Nailed one last lurking ^L.
jkh
1993-09-07
1
-1
/
+1
*
Fixed bug in copying script files from absolute locations
jkh
1993-09-06
1
-2
/
+8
[next]