[arch-commits] CVS update of extra/modules/ati-fglrx-utils (2 files)

Travis Willard travis at archlinux.org
Mon Apr 23 03:59:43 UTC 2007


    Date: Sunday, April 22, 2007 @ 23:59:43
  Author: travis
    Path: /home/cvs-extra/extra/modules/ati-fglrx-utils

 Removed: ati-drivers.install (1.6) atieventsd.sh (1.1)

Oops, missed these two files.


---------------------+
 ati-drivers.install |   39 ---------------------------------------
 atieventsd.sh       |   41 -----------------------------------------
 2 files changed, 80 deletions(-)


Index: extra/modules/ati-fglrx-utils/ati-drivers.install
diff -u extra/modules/ati-fglrx-utils/ati-drivers.install:1.6 extra/modules/ati-fglrx-utils/ati-drivers.install:removed
--- extra/modules/ati-fglrx-utils/ati-drivers.install:1.6	Wed Mar 28 22:58:53 2007
+++ extra/modules/ati-fglrx-utils/ati-drivers.install	Sun Apr 22 23:59:44 2007
@@ -1,39 +0,0 @@
-# This is a default template for a post-install scriptlet.  You can
-# remove any functions you don't need (and this header).
-
-# arg 1:  the new package version
-pre_install() {
-  /bin/true
-}
-
-# arg 1:  the new package version
-post_install() {
-  echo "PLEASE NOTE:" 
-  echo "For these drivers to work, you must install kernel modules." 
-  echo "Depending on your kernel, these module packages are named"
-  echo "ati-fglrx-\$kernel - ie. beyond kernel module is ati-fglrx-beyond"
-  echo "--------------------------------------------------------------"
-  echo "You can use the tool 'aticonfig' to generate an xorg.conf file."
-  echo "Remember to add fglrx to the MODULES list in /etc/rc.conf."
-  echo "--------------------------------------------------------------"
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  /bin/true
-}
-
-# arg 1:  the old package version
-pre_remove() {
-  /bin/true
-}
-
-# arg 1:  the old package version
-post_remove() {
-  /bin/true
-}
-
-op=$1
-shift
-$op $*
Index: extra/modules/ati-fglrx-utils/atieventsd.sh
diff -u extra/modules/ati-fglrx-utils/atieventsd.sh:1.1 extra/modules/ati-fglrx-utils/atieventsd.sh:removed
--- extra/modules/ati-fglrx-utils/atieventsd.sh:1.1	Sat Aug  5 11:48:58 2006
+++ extra/modules/ati-fglrx-utils/atieventsd.sh	Sun Apr 22 23:59:44 2007
@@ -1,41 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-ATID_PID=`pidof -o %PPID /usr/sbin/atieventsd`
-
-case "$1" in
-  start)
-    rc=0
-    stat_busy "Starting ATI Events Daemon"
-    [ -z "$ATID_PID" ] && /usr/sbin/atieventsd
-    rc=$(($rc+$?))
-    if [ $rc -gt 0 ]; then
-      stat_fail
-    else
-      add_daemon atieventsd
-      stat_done
-    fi
-    ;;
-  stop)
-    rc=0
-    stat_busy "Stopping ATI Events Daemon"
-    kill $ATID_PID &>/dev/null
-    rc=$(($rc+$?))
-    if [ $rc -gt 0 ]; then
-      stat_fail
-    else
-      rm_daemon atieventsd
-      stat_done
-    fi
-    ;;
-  restart)
-    $0 stop
-    sleep 1
-    $0 start
-    ;;
-  *)
-    echo "usage: $0 {start|stop|restart}"  
-esac
-exit 0




More information about the arch-commits mailing list