看板 DFBSD_submit 關於我們 聯絡資訊
> ------------------------------------------------------------------------ > > --- cups.sh.in.orig 2004-07-22 19:17:28.000000000 +0200 > +++ cups.sh.in 2004-07-22 19:18:48.000000000 +0200 > @@ -57,7 +57,7 @@ > ECHO_ERROR=: > ;; > > - *BSD*) > + *BSD* | Dragon*) > IS_ON=: > ECHO=echo > ECHO_OK=: > @@ -145,7 +145,7 @@ > OSF1*) > pid=`ps -e | awk '{if (match($5, ".*/cupsd$") || $5 == "cupsd") print $1}'` > ;; > - Linux* | *BSD* | Darwin*) > + Linux* | *BSD* | Darwin* | Dragon*) > pid=`ps ax | awk '{if (match($5, ".*/cupsd$") || $5 == "cupsd") print $1}'` > ;; > *) You should submit this to the cups people. Why doesn't DragonFly have BSD in the uname anyway?