diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-21 21:09:57 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-21 21:09:57 +0000 |
commit | 03c063af50d179cfdd47f141383c9342930db179 (patch) | |
tree | be2ee2b692c79f142c9dd02fe9ef5da344302dbd /sysutils/cbsd/files | |
parent | Fix shebang (diff) |
- Update to 10.1.2
Changes:
- check for mount points duplicate in system and local jail fstab file. When duplicate - fstab.local wins
- rewrite pkgbrowser script. Now work with SQLite directly instead of pkg(7), thus greatly speeding up for building package list svnup command renamed to srcup
- new wrappers for service, sysrc, passwd for the appropriate tools
- (bugfix) Fixes for jexport/jimport with newjname args
- (bugfix) Correction to determine the type of IPv4: must contain only numbers.
PR: 196173
Submitted by: olevole@olevole.ru (maintainer)
Notes
Notes:
svn path=/head/; revision=375188
Diffstat (limited to 'sysutils/cbsd/files')
-rw-r--r-- | sysutils/cbsd/files/patch-Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/cbsd/files/patch-Makefile b/sysutils/cbsd/files/patch-Makefile deleted file mode 100644 index 3d1dde7903e5..000000000000 --- a/sysutils/cbsd/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig 2014-11-07 13:00:51.000000000 +0300 -+++ Makefile 2014-11-07 13:01:02.000000000 +0300 -@@ -24,7 +24,7 @@ - ${CC} bin/cbsdssh.c -o bin/cbsdssh -lssh2 -L/usr/local/lib -I/usr/local/include - ${CC} bin/cfetch.c -o bin/cfetch -lfetch - ${CC} sbin/netmask.c -o sbin/netmask -- ${CC} misc/src/sqlcli.c -static -lsqlite3 -L/usr/local/lib -I/usr/local/include -o misc/sqlcli -+ ${CC} misc/src/sqlcli.c -static -pthread -lsqlite3 -L/usr/local/lib -I/usr/local/include -o misc/sqlcli - ${CC} misc/src/cbsdlogtail.c -o misc/cbsdlogtail - ${CC} misc/src/chk_arp_byip.c -o misc/chk_arp_byip - ${CC} misc/src/elf_tables.c -lelf -o misc/elf_tables |