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
*
Fixed pkg_add so when it does not find a package, it returns != 0.
pirzyk
2001-06-04
1
-1
/
+2
*
Cross reference pkg_update(1).
eric
2001-05-31
1
-0
/
+1
*
Style policy: reformat multiline comments to conform to style(9).
sobomax
2001-05-17
10
-46
/
+83
*
Print longer package names. Some of them were running off the right
bmah
2001-05-15
1
-3
/
+3
*
Fixed a missing library in DPADD.
bde
2001-05-12
1
-4
/
+5
*
Clean up some of the evil string handling in this code, replace
kris
2001-05-12
3
-47
/
+91
*
rcsid style fix.
obrien
2001-05-09
1
-6
/
+5
*
A WIP snuck in the rev 1.34 commit.
obrien
2001-05-09
1
-8
/
+3
*
The pkg_version -c output will now call for a "make clean" before and
bmah
2001-04-30
1
-2
/
+2
*
Fix typo in prev commit - add missing comma
ache
2001-04-26
1
-2
/
+3
*
Add /usr/X11R6/bin to the exported PATH. If /usr/local/bin is there,
obrien
2001-04-25
1
-4
/
+10
*
Don't build pkg_sign tools if crypto is not installed, or is not
wes
2001-04-24
1
-1
/
+2
*
Fix a problem with tests of the form "1.0" vs. "1.0a".
bmah
2001-04-19
2
-3
/
+15
*
beforeinstall -> SCRIPTS.
ru
2001-04-07
2
-8
/
+2
*
mdoc(7) police: .Nm remembers its argument on the first call.
ru
2001-04-04
1
-1
/
+1
*
Implement a package number comparison routine for pkg_version(1)
bmah
2001-04-03
4
-31
/
+201
*
- Backout botched attempt to introduce MANSECT feature.
ru
2001-03-26
3
-4
/
+2
*
Decapitalise first letter of warning message.
sobomax
2001-03-26
1
-1
/
+1
*
In which(1) mode resolve "/../", "/./" in arguments and PLIST contents. This
sobomax
2001-03-26
1
-40
/
+67
*
- Add which(1)-like functionality into pkg_info;
sobomax
2001-03-23
12
-23
/
+283
*
Set the default manual section for usr.sbin/ to 8.
ru
2001-03-20
1
-0
/
+2
*
When creating a package sort dependencies in such a way that if dependency
sobomax
2001-03-15
5
-74
/
+152
*
When matching installed packages against glob keep track of which patterns
sobomax
2001-03-14
1
-2
/
+23
*
Change check_sign to proper "pkg_sign" reference.
jkh
2001-03-08
1
-2
/
+2
*
mdoc(7) police: misc markup fixes.
ru
2001-03-05
1
-23
/
+40
*
Build package signing tools if OpenSSL is included in the build.
wes
2001-03-05
1
-0
/
+4
*
When called with the "-n" command line argument, pkg_delete
roberto
2001-03-04
1
-5
/
+4
*
Put back several lines that I erroneously deleted in my previous commit. This
sobomax
2001-03-01
1
-0
/
+3
*
Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.
ru
2001-02-28
3
-10
/
+10
*
Properly detect and report malloc(3) failures.
sobomax
2001-02-27
1
-36
/
+51
*
- Merge recently added into pkg_info(1) regex/glob matching functionality into
sobomax
2001-02-27
9
-168
/
+338
*
Add two missed modifiers into usage message (`-G' and `-x').
sobomax
2001-02-24
1
-1
/
+1
*
Fix a typo, that in some cases may lead to incorrect packages reordering.
sobomax
2001-02-21
1
-1
/
+1
*
Use the more logical author syntax from pkg_version and quote
jkh
2001-02-20
4
-14
/
+8
*
Improve pkg_delete(1) behaviour when deleting several packages at once.
sobomax
2001-02-19
1
-3
/
+74
*
MFS: getpackagesite() from RELENG_4 that allows the code to be the same.
obrien
2001-02-17
1
-4
/
+16
*
mdoc(7) police: sanitize previous commit.
ru
2001-02-16
1
-2
/
+3
*
In light of the dismal transfer times from ftp.FreeBSD.org, add a new
obrien
2001-02-13
2
-10
/
+36
*
Prevent the commands output of pkg_version.pl from being executed without the
bmah
2001-02-09
1
-0
/
+14
*
mdoc(7) police: cosmetics.
ru
2001-02-09
1
-8
/
+9
*
- By default treat supplied arguments as a shell globs to be matched against
sobomax
2001-02-08
4
-41
/
+191
*
mdoc(7) police: Change -filled displays (which just happen
ru
2001-02-07
3
-8
/
+8
*
Fix typo: seperate -> separate.
asmodai
2001-02-06
1
-1
/
+1
*
Add package signing utilities; somebody might actually want them.
wes
2001-02-06
17
-0
/
+2514
*
-pedantic mode:
sobomax
2001-02-05
2
-1
/
+3
*
Add a -g flag for verifying an installed package against its recorded
jkh
2001-02-03
5
-2
/
+41
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
5
-16
/
+20
*
Make `-y' option actually work.
sobomax
2001-01-24
1
-1
/
+1
*
Use .Pa instead of .Dq.
sobomax
2001-01-22
1
-3
/
+2
*
- Add ability to handle bzip2-compressed packages;
sobomax
2001-01-22
8
-26
/
+79
[next]