rtupgrade 229 B

12345678910
  1. #!/bin/sh
  2. version=$1
  3. if test x"$version" = x; then
  4. echo "usage: $0 old-rt-version"
  5. exit 1
  6. fi
  7. @l_prefix@/libexec/rt/tools/rt-setup-database \
  8. --action insert \
  9. --datafile @l_prefix@/libexec/rt/etc/upgrade/$version