Module Name:    src
Committed By:   abs
Date:           Tue Nov  2 21:55:38 UTC 2021

Modified Files:
        src/share/examples/apm: script

Log Message:
Adjust example path to kde/sounds

Wherever sounds may be on a current NetBSD system, /usr/X11R6 is
unlikely to be in that set...


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/examples/apm/script

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/examples/apm/script
diff -u src/share/examples/apm/script:1.6 src/share/examples/apm/script:1.7
--- src/share/examples/apm/script:1.6	Fri Jul 13 21:45:37 2018
+++ src/share/examples/apm/script	Tue Nov  2 21:55:38 2021
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: script,v 1.6 2018/07/13 21:45:37 maya Exp $
+# $NetBSD: script,v 1.7 2021/11/02 21:55:38 abs Exp $
 #
 
 #
@@ -22,7 +22,7 @@ PATH=/usr/pkg/bin:/sbin:$PATH
 export PATH
 
 # Where some sound files are stored:
-S=/usr/X11R6/share/kde/sounds
+S=/usr/pkg/share/kde/sounds
 
 # What my network card's recognized as:
 if=ne0

Reply via email to