代码搜索:modules
找到约 10,000 项符合「modules」的源代码
代码结果 10,000
www.eeworm.com/read/294145/3920127
pl mk_modules.pl
#!/usr/bin/perl -w
# mkreadme - a very simple document-extractor for modules of the
# software-radio...
#
# First version by ineiti in 2003
# 04/03/04 - ineiti - added an empty-line detector in confi
www.eeworm.com/read/292705/3949246
txt net-modules.txt
Wed 2-Aug-95
Linux network driver modules
Do not mistake this for "README.modules" at the top-level
directory! That document tells about modules in general, while
this o
www.eeworm.com/read/292670/3950811
postinst comedi-modules.postinst
#!/bin/sh
if [ "$1" = "configure" ]; then
if [ -d /usr/doc -a ! -e /usr/doc/comedi-modules -a -d /usr/share/doc/comedi-modules ]; then
ln -sf ../share/doc/comedi-modules /usr/doc/comedi-modules
f
www.eeworm.com/read/292670/3950814
prerm comedi-modules.prerm
#!/bin/sh
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/comedi-modules ]; then
rm -f /usr/doc/comedi-modules
fi