This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 0s] Memory limit set to 9546080KB | |
[ 0s] Using BUILD_ROOT=/var/tmp/build-root/openSUSE_12.2-x86_64 | |
[ 0s] Using BUILD_ARCH=x86_64:i686:i586:i486:i386 | |
[ 0s] | |
[ 0s] | |
[ 0s] DarkneSS started "build webmounter.spec" at Fri Oct 4 19:13:12 UTC 2013. | |
[ 0s] | |
[ 0s] | |
[ 0s] processing specfile /home/da/Documents/obs/home:DarkSS/webmounter/webmounter.spec ... | |
[ 0s] running changelog2spec --target rpm --file /home/da/Documents/obs/home:DarkSS/webmounter/webmounter.spec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- patterns_utf8.c.orig 2013-07-31 14:50:41.000000000 +0300 | |
+++ patterns_utf8.c 2013-09-29 01:04:16.419000040 +0300 | |
@@ -872,7 +872,35 @@ | |
/* openSUSE internal */ | |
{"minimal_base-conflicts", N_("Base System"), | |
- N_("This is the base runtime system. It contains only a minimal multiuser booting system. For running on real hardware, you need to add additional packages and pattern to make this pattern useful on its own.")} | |
+ N_("This is the base runtime system. It contains only a minimal multiuser booting system. For running on real hardware, you need to add additional packages and pattern to make this pattern useful on its own.")}, | |
+ | |
+ /* openSUSE */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
execve("/usr/sbin/whdd", ["whdd"], [/* 17 vars */]) = 0 | |
brk(0) = 0x15e5000 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f415bcf3000 | |
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=131246, ...}) = 0 | |
mmap(NULL, 131246, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f415bcd2000 | |
close(3) = 0 | |
open("/lib64/librt.so.1", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\"\0\0\0\0\0\0"..., 832) = 832 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
for X in * | |
do | |
if ls "${X}"/arch/azoth/styles/standard &>/dev/null | |
then | |
echo -e https://github.com/DAP-DarkneSS/lcupackages/raw/master/`ls "${X}"/arch/*tar*` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/var/tmp/build-root/usr/include/ | |
├── aio.h | |
├── aliases.h | |
├── alloca.h | |
├── a.out.h | |
├── arch | |
│ ├── abi.h | |
│ ├── chip.h | |
│ ├── chip_tile64.h | |
│ ├── chip_tilegx.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
HLPARG=--help | |
KDEARG=--kde | |
HOSTSARG=--hosts | |
DOM=$1 | |
HASH=$2 | |
HOSTS=/etc/hosts | |
if [ -n "`echo $@ | grep -o -- $HLPARG`" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
HLPARG=--help | |
KDEARG=--kde | |
LOGERR='" либо eMail="" не найден' | |
IPERR="пулу" | |
OUT='Unknown error!' | |
if [ -n "`echo $@ | grep -o -- $HLPARG`" ] | |
then |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
HLPARG=--help | |
KDEARG=--kde | |
LOGERR='" либо eMail="" не найден' | |
IPERR="пулу" | |
OUT='Unknown error!' | |
if [ "`echo $@ | grep -o -- $HLPARG`" == $HLPARG ] | |
then |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
HLPARG=--help | |
KDEARG=--kde | |
ERR='" либо eMail="" не найден' | |
OUT='Unknown error!' | |
if [ "`echo $@ | grep -o -- $HLPARG`" == $HLPARG ] | |
then | |
OUT="Tool to get traffic statistic from Internet provider Vesso-Bel (Belarus).\n\n\ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
HLPARG=--help | |
TMPDIR=/tmp/vessobel | |
ERR='" либо eMail="" не найден' | |
HTM=vessobel.html | |
HLPMSG="Tool to get traffic statistic from Internet provider Vesso-Bel (Belarus).\n\n\ | |
Usage: vessobel.sh [LOGIN]\n\nOutput: [Used in MB] / [Free in MB] | [Total in GB]\n\n\ | |
Options:\n\t--help\t\tprint this help.\n\n\ | |
Mail bug reports and suggestions to <dap.darkness at gmail dot com>." |
NewerOlder