Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:philipsb:newer-kernels-on-sle10
module-init-tools
kernelversion
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kernelversion of Package module-init-tools
#!/bin/sh # Small script to get the kernel version # Made by W.Akkerman <wichert@liacs.nl> for the Debian modules package. # Helper functions from Bruce Perens to replace cut pick1() { eval 'echo $'"$pick_index" } pick() { OLD_IFS=IFS local delimiter="$1" shift pick_index="$1" shift IFS=" "$delimiter pick1 $* IFS=$OLD_IFS unset pick_index } version=$(uname -r) echo `pick . 1 $version`.`pick . 2 $version`
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor