screen: 4.5.1
This commit is contained in:
parent
5ac2185aa3
commit
47a8b53e54
2 changed files with 3 additions and 18 deletions
|
@ -1,15 +0,0 @@
|
||||||
--- screen.c.orig
|
|
||||||
+++ screen.c
|
|
||||||
@@ -673,12 +673,6 @@
|
|
||||||
Panic(0, "-L: logfile name can not start with \"-\" symbol");
|
|
||||||
if (strlen(screenlogfile) > PATH_MAX)
|
|
||||||
Panic(0, "-L: logfile name too long. (max. %d char)", PATH_MAX);
|
|
||||||
-
|
|
||||||
- FILE *w_check;
|
|
||||||
- if ((w_check = fopen(screenlogfile, "w")) == NULL)
|
|
||||||
- Panic(0, "-L: logfile name access problem");
|
|
||||||
- else
|
|
||||||
- fclose(w_check);
|
|
||||||
}
|
|
||||||
nwin_options.Lflag = 1;
|
|
||||||
break;
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'screen'
|
# Template file for 'screen'
|
||||||
pkgname=screen
|
pkgname=screen
|
||||||
version=4.5.0
|
version=4.5.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-sys-screenrc=/etc/screenrc --enable-pam
|
configure_args="--with-sys-screenrc=/etc/screenrc --enable-pam
|
||||||
--enable-colors256 --enable-rxvt_osc --enable-telnet
|
--enable-colors256 --enable-rxvt_osc --enable-telnet
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.gnu.org/s/screen/"
|
homepage="http://www.gnu.org/s/screen/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=01c3a7c362185f35d6a95dff52d64337076496acd034d717de3c263500cfefb0
|
checksum=97db2114dd963b016cd4ded34831955dcbe3251e5eee45ac2606e67e9f097b2d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall etc/etcscreenrc 0644 etc screenrc
|
vinstall etc/etcscreenrc 0644 etc screenrc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue